2019-01-06 13:14:45 -06:00

10 lines
128 B
Makefile

all: columnify.js
prepublish: all
columnify.js: index.js package.json
babel index.js > columnify.js
.PHONY: all prepublish