diff --git a/Makefile b/Makefile index 0a7864d..53e6d40 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ +.PHONY: all clean test + FILE = netcalc -all: $(FILE) tests +all: $(FILE) test .PHONY: clean clean: