D-Scanner/makefile
2014-05-16 18:47:13 -07:00

9 lines
57 B
Makefile

.PHONY: all test
all:
@./build.sh
test:
@./test.sh