Remove old .PHONY target

This commit is contained in:
Tim Schubert 2018-10-29 10:18:00 +01:00
parent 47b8b867f0
commit 3354826dec

View file

@ -4,7 +4,6 @@ FILE = netcalc
all: $(FILE) test
.PHONY: clean
clean:
rm $(FILE) test/results test/$(FILE).pid