]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - makefile
Added an additional Block class test which checks that all Maryland Geo Blocks have...
[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