Fantasy-Map-Generator/node_modules/progress/Makefile
2021-12-12 23:02:38 -08:00

8 lines
154 B
Makefile

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