Remove old .PHONY target
This commit is contained in:
parent
47b8b867f0
commit
3354826dec
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -4,7 +4,6 @@ FILE = netcalc
|
||||||
|
|
||||||
all: $(FILE) test
|
all: $(FILE) test
|
||||||
|
|
||||||
.PHONY: clean
|
|
||||||
clean:
|
clean:
|
||||||
rm $(FILE) test/results test/$(FILE).pid
|
rm $(FILE) test/results test/$(FILE).pid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue