Make clean: remove temp files of unit tests.

pull/7/head
Ferry Boender 9 years ago
parent 8ef5744631
commit cef8b981d8
  1. 3
      Makefile

@ -93,7 +93,8 @@ clean:
find ./ -name "*.log" -delete
find ./ -name "*.pyc" -delete
rm -rf $(PROG)-$(REL_VERSION)
rm -f test/data.csv
rm -f test/data.raw
test:
@echo "\nTESTS\n"

Loading…
Cancel
Save