xref: /third_party/node/deps/npm/node_modules/columnify/Makefile (revision 1cb0ef41)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/columnify/
1
2all: columnify.js
3
4prepublish: all
5
6columnify.js: index.js package.json
7	babel index.js > columnify.js
8
9.PHONY: all prepublish
10

Indexes created Thu Nov 07 10:32:03 CST 2024