MOOver.js/node_modules/npm/node_modules/columnify/Makefile
2022-02-18 13:54:33 +01:00

9 lines
128 B
Makefile

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