Files
Monkey-Test/WebDriverAgent/Inspector/node_modules/progress/Makefile
T
2019-01-25 17:01:52 +08:00

9 lines
154 B
Makefile

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