Add ".PHONY" target to Makefile.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-03-12 21:53:52 +01:00 committed by Jan Steffens
parent 2ff5c45d14
commit dbdb237519
1 changed files with 2 additions and 0 deletions

View File

@ -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