ispt4.0_laravel/node_modules/progress/Makefile
2025-03-12 12:02:15 +00:00

9 lines
154 B
Makefile
Executable File

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