aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/policyfile/Makefile
blob: 1362d66a4fe515fae93cf41b23059426be34f58e (plain)
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