jes/Makefile

12 lines
131 B
Makefile

all:
./waf build --targets jes
.PHONY: clean
clean:
./waf clean
.PHONY: test
test:
./waf build --targets tests
./build/tests