Make clean, all, test PHONY

This commit is contained in:
Tim Schubert 2018-10-29 09:58:54 +01:00
parent cc356cddfb
commit 886dbb97de

View file

@ -1,6 +1,8 @@
.PHONY: all clean test
FILE = netcalc
all: $(FILE) tests
all: $(FILE) test
.PHONY: clean
clean: