21 lines
312 B

15 years ago
15 years ago
ADDON = build/default/canvas.node
15 years ago
$(ADDON): src/*.cc
node-waf configure build
15 years ago
test: $(ADDON)
15 years ago
@./support/expresso/bin/expresso \
-I lib \
test/*.test.js
15 years ago
15 years ago
test-server: $(ADDON)
@node test/server.js
benchmark:
15 years ago
@node benchmarks/run.js
clean:
node-waf distclean
.PHONY: test test-server benchmark clean