summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8814205a008ebf1bba8b90a6a3541892924d388d (plain)
1
2
3
4
5
6
7
8
# vim: shiftwidth=4 tabstop=4 noexpandtab

all:
	echo "make all - nothing to do in this pure python project ;)"

debug:
	make -C src/ debug