projecte_ionic/node_modules/progress/Makefile
2022-02-09 18:30:03 +01:00

8 lines
154 B
Makefile
Executable file

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