added .phony target

This commit is contained in:
Gilles Grandou 2011-05-03 23:43:48 +02:00
parent f23308b89a
commit a51d2f237a

View File

@ -11,4 +11,5 @@ clean:
archive: clean archive: clean
cd ..; tar cvzf abootimg.tar.gz abootimg --exclude tests --exclude tmp\* --exclude .git cd ..; tar cvzf abootimg.tar.gz abootimg --exclude tests --exclude tmp\* --exclude .git
.PHONY: clean archive all