jes/Makefile

14 lines
179 B
Makefile

all:
./waf build --targets jes
.PHONY: clean
clean:
./waf clean
.PHONY: test
test:
./waf build --targets tests
./build/tests
@-rm -rf coverage
-gcovinator -b build -s src