Makefile: declare PHONY targets

This commit is contained in:
Matthew Martin 2015-10-20 00:26:43 +00:00 committed by Daniel Shahaf
parent 3576df29aa
commit 72b1abd17d
1 changed files with 2 additions and 0 deletions

View File

@ -27,3 +27,5 @@ test:
fi \ fi \
done done
@exit $$result @exit $$result
.PHONY: all install test