lix-website/themes/lix/assets/bootstrap/node_modules/progress/Makefile
2024-04-26 22:49:34 -06:00

9 lines
154 B
Makefile

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