Files
vps-management-bot/node_modules/progress/Makefile
2026-03-21 01:10:53 +08:00

9 lines
154 B
Makefile

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