Clean up test results.
This commit is contained in:
parent
b170399712
commit
8c316c12d6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ all: $(FILE) tests
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm netcalc
|
||||
rm netcalc test/results
|
||||
|
||||
$(FILE): $(FILE).c
|
||||
gcc $^ -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue