Make all goals phony [skip ci]

This commit is contained in:
Elara 2020-10-26 01:12:37 -07:00
parent b397f4320b
commit 08a005e444
1 changed files with 2 additions and 0 deletions

View File

@ -34,3 +34,5 @@ brewinstall: plugins/brew/pak.cfg pak
zyppinstall: plugins/zypper/pak.cfg pak
install -Dm644 plugins/zypper/pak.cfg $(DESTDIR)/etc/pak.cfg
install -Dm755 pak $(DESTDIR)/usr/bin/pak
.PHONY: pak $(MAKECMDGOALS)