From 559a4335710f552233d6ce2cb605884e178466dc Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 6 Jun 2015 20:19:16 -0500 Subject: [PATCH] Declare non-file makefile targets as .PHONY --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index f03a189..7df3e8d 100644 --- a/makefile +++ b/makefile @@ -18,3 +18,5 @@ clean: install: dylibbundler cp ./dylibbundler $(DESTDIR)$(PREFIX)/bin/dylibbundler chmod 775 $(DESTDIR)$(PREFIX)/bin/dylibbundler + +.PHONY: all clean install