mirror of https://github.com/nodejs/node.git
10 lines
127 B
Makefile
10 lines
127 B
Makefile
|
|
||
|
all: columnify.js
|
||
|
|
||
|
prepublish: all
|
||
|
|
||
|
columnify.js: index.js package.json
|
||
|
6to5 index.js > columnify.js
|
||
|
|
||
|
.PHONY: all prepublish
|