diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-03-12 21:53:52 +0100 |
---|---|---|
committer | Jan Steffens <jan.steffens@gmail.com> | 2011-03-18 12:03:38 +0100 |
commit | dbdb237519635bc5ef349b434582ccbd9bbfe1e5 (patch) | |
tree | 87e00a004e425d8ca9201a82d4e65861cc5b8a92 | |
parent | 2ff5c45d148ae137f0cdacf0677a53b06d272c6d (diff) | |
download | devtools32-dbdb237519635bc5ef349b434582ccbd9bbfe1e5.tar.xz |
Add ".PHONY" target to Makefile.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |