1
0
Fork 0
Youpp/Youpp.app/Contents/Resources/app.nw/node_modules/socket.io/node_modules/policyfile/Makefile

7 lines
135 B
Makefile

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