Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

9 lines
154 B
Makefile

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