lix-website/themes/lix/assets/bootstrap/node_modules/progress/Makefile

9 lines
154 B
Makefile
Raw Normal View History

2024-04-27 03:39:10 +00:00
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
.PHONY: test
test: $(EXAMPLES)
.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo