File: Makefile

package info (click to toggle)
node-policyfile 0.0.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: makefile: 20; sh: 4
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
doc:
	dox --title "FlashPolicyFileServer" lib/* > doc/index.html

test:
	expresso -I lib $(TESTFLAGS) tests/*.test.js

.PHONY: test doc