D-Scanner/makefile

10 lines
57 B
Makefile

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