eslintwork/node_modules/progress/Makefile
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00

9 lines
154 B
Makefile

EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
.PHONY: test
test: $(EXAMPLES)
.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo