mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
10 lines
128 B
Makefile
10 lines
128 B
Makefile
|
|
all: columnify.js
|
|
|
|
prepublish: all
|
|
|
|
columnify.js: index.js package.json
|
|
babel index.js > columnify.js
|
|
|
|
.PHONY: all prepublish
|