summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/columnify/Makefile
blob: 3ae543a947442ec32838f18fcf2de4c3d2c7de6b (plain)
1
2
3
4
5
6
7
8
9

all: columnify.js

prepublish: all

columnify.js: index.js package.json
	6to5 index.js > columnify.js

.PHONY: all prepublish