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