UNPKG

290 BPlain TextView Raw
1
2all: test
3
4test:
5 @node spec/node.js
6
7examples:
8 @node examples/run.js examples/list.yml
9 @node examples/run.js examples/list.nested.yml
10 @node examples/run.js examples/hash.yml
11 @node examples/run.js examples/config.yml
12 @node examples/run.js examples/dates.yml
13
14.PHONY: test examples