]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - makefile
f3136a6cda47c33afcb4d13b3d9a8cde272ae5ff
[dead/census-tools.git] / makefile
1 .PHONY : test
2
3 all: clean test
4
5 test:
6 ./bin/run_tests
7
8 clean:
9 find ./ -name '*.pyc' -print0 | xargs -0 rm -f