summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/progress/Makefile
blob: f933be10a1976f9242b8d510aa15628b6ce5446c (plain)
1
2
3
4
5
6
7
8

EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))

.PHONY: test
test: $(EXAMPLES)

.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo