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

EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))

.PHONY: test
test: $(EXAMPLES)

.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo