node/deps/npm/node_modules/columnify/Makefile

10 lines
127 B
Makefile
Raw Normal View History

all: columnify.js
prepublish: all
columnify.js: index.js package.json
6to5 index.js > columnify.js
.PHONY: all prepublish