OHLQ-api/scrape/node_modules/progress/Makefile

9 lines
154 B
Makefile
Raw Normal View History

2023-04-26 02:42:02 +00:00
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
.PHONY: test
test: $(EXAMPLES)
.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo