ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) INSTALL_DIR:=$(HOME)/.local/share/albert/python/plugins install: ln -fs $(ROOT_DIR)/ $(INSTALL_DIR)/albert-plugin-python-http-status-codes echo $(ROOT_DIR) echo $(INSTALL_DIR)