Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / policyfile / Makefile
1 doc:
2         dox --title "FlashPolicyFileServer" lib/* > doc/index.html
3
4 test:
5         expresso -I lib $(TESTFLAGS) tests/*.test.js
6
7 .PHONY: test doc