Files
screenshot-tools/node_modules/progress/Makefile
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

9 lines
154 B
Makefile

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