]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - makefile
Initial commit.
[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