Remove duplicate remove.
This commit is contained in:
parent
3c1919b5e9
commit
ca3452402a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue