chore: add Makefile
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
PREFIX = /usr/local
|
||||
NAUTILUS_PYTHONS_EXTENSIONS = $(PREFIX)/share/nautilus-python/extensions
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -m644 -D -t $(NAUTILUS_PYTHONS_EXTENSIONS) ./kitty-nautilus.py
|
||||
|
||||
.PHONY: remove
|
||||
remove:
|
||||
rm $(NAUTILUS_PYTHONS_EXTENSIONS)/kitty-nautilus.py
|
||||
rmdir --ignore-fail-on-non-empty -p $(NAUTILUS_PYTHONS_EXTENSIONS)
|
||||
Reference in New Issue
Block a user