Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / request-progress / node_modules / throttleit / Makefile
root on 7 May 2019 281 bytes Initial commit

build: components index.js
	@component build --dev

components: component.json
	@component install --dev

clean:
	rm -fr build components template.js

test: node_modules
	@./node_modules/mocha/bin/mocha \
		--reporter spec

node_modules: package.json
	@npm install

.PHONY: clean