/home/bdqbpbxa/.nvm/versions/node/v20.6.1/lib/node_modules/npm/node_modules/columnify/Makefile
all: columnify.js

prepublish: all

columnify.js: index.js package.json
	babel index.js > columnify.js

.PHONY: all prepublish