Clean up test results.

This commit is contained in:
tim.schubert@tu-bs.de 2016-10-30 00:34:32 +02:00
parent b170399712
commit 8c316c12d6

View file

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