Added phony target to Makefile

This commit is contained in:
Jonathan Moallem 2020-11-24 17:15:57 +11:00
parent e20e5b31fc
commit fced3b4e5b

View File

@ -37,6 +37,7 @@ endif
run: compile execute clean
setup: include lib
.PHONY: run setup pull compile execute clean
test: compile execute check clean