Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / progress / Makefile
1
2 EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
3
4 .PHONY: test
5 test: $(EXAMPLES)
6
7 .PHONY: $(EXAMPLES)
8 $(EXAMPLES): ; node $@ && echo