W72crm_web-master/node_modules/progress/Makefile

9 lines
154 B
Makefile
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
.PHONY: test
test: $(EXAMPLES)
.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo