1
2all: columnify.js
3
4prepublish: all
5
6columnify.js: index.js package.json
7	babel index.js > columnify.js
8
9.PHONY: all prepublish
10