1
0
Files
albert-plugin-python-http-s…/Makefile
2025-12-18 11:56:32 +01:00

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)