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

View file

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