aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 873f4b95907a0f710b2d257614555cc15a847a1d (plain)
1
2
3
4
5
6
7
all:
	scons debug=1

test:
	./run_tests

.PHONY: test all