7 lines
248 B
Makefile
7 lines
248 B
Makefile
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)
|