makefile: mark targets as PHONY

This commit is contained in:
mappu 2018-12-30 17:53:51 +13:00
parent 338b813624
commit 5ba040c59e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
.PHONY: install uninstall
install:
$(shell for f in ServiceMenus/* ; do ln -s "$$(pwd)/$$f" ~/.local/share/kservices5/ServiceMenus ; done)