.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / 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