Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2015-06-07 04:19:16 +0300
committerRyan Schmidt <git@ryandesign.com>2015-06-07 04:19:16 +0300
commit559a4335710f552233d6ce2cb605884e178466dc (patch)
tree82cdf01d164949bc9a3b46e032685e58f95924e9
parent613a86af89b83bba3ade709adaff942cc42f4d37 (diff)
Declare non-file makefile targets as .PHONY
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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