8 lines
58 B
Makefile
8 lines
58 B
Makefile
all:
|
|
scons debug=1
|
|
|
|
test:
|
|
./run_tests
|
|
|
|
.PHONY: test all
|