solorice/vscodium/extensions/oderwat.indent-rainbow-8.3.1/node_modules/progress/Makefile
2022-04-28 21:17:01 +03:00

9 lines
154 B
Makefile

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