Makefile 135 B

1234567
  1. doc:
  2. dox --title "FlashPolicyFileServer" lib/* > doc/index.html
  3. test:
  4. expresso -I lib $(TESTFLAGS) tests/*.test.js
  5. .PHONY: test doc