# vim: shiftwidth=4 tabstop=4 noexpandtab all: echo "make all - nothing to do in this pure python project ;)" debug: make -C src/ debug