Remove duplicate remove.

This commit is contained in:
tim.schubert@tu-bs.de 2016-10-30 02:12:42 +02:00
parent 3c1919b5e9
commit ca3452402a

View file

@ -4,7 +4,7 @@ all: $(FILE) tests
.PHONY: clean .PHONY: clean
clean: clean:
rm $(FILE) netcalc test/results test/$(FILE).pid rm $(FILE) test/results test/$(FILE).pid
$(FILE): $(FILE).c $(FILE): $(FILE).c
gcc $^ -o $@ gcc $^ -o $@