Declare non-file makefile targets as .PHONY

This commit is contained in:
Ryan Schmidt 2015-06-06 20:19:16 -05:00
parent 613a86af89
commit 559a433571

View File

@ -18,3 +18,5 @@ clean:
install: dylibbundler
cp ./dylibbundler $(DESTDIR)$(PREFIX)/bin/dylibbundler
chmod 775 $(DESTDIR)$(PREFIX)/bin/dylibbundler
.PHONY: all clean install