jes/Makefile

12 lines
101 B
Makefile

all:
./waf build
.PHONY: clean
clean:
./waf clean
.PHONY: test
test:
./waf build
./build/tests