diff --git a/Makefile b/Makefile index 6647956..14602f7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: $(FILE) tests .PHONY: clean clean: - rm netcalc + rm netcalc test/results $(FILE): $(FILE).c gcc $^ -o $@