summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-03-12 21:53:52 +0100
committerJan Steffens <jan.steffens@gmail.com>2011-03-18 12:03:38 +0100
commitdbdb237519635bc5ef349b434582ccbd9bbfe1e5 (patch)
tree87e00a004e425d8ca9201a82d4e65861cc5b8a92 /Makefile
parent2ff5c45d148ae137f0cdacf0677a53b06d272c6d (diff)
downloaddevtools-dbdb237519635bc5ef349b434582ccbd9bbfe1e5.tar.gz
devtools-dbdb237519635bc5ef349b434582ccbd9bbfe1e5.tar.xz
Add ".PHONY" target to Makefile.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bedd23f..859cddf 100644
--- a/Makefile
+++ b/Makefile
@@ -88,3 +88,5 @@ uninstall:
dist:
git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
+
+.PHONY: all install uninstall dist