mirror of
https://github.com/aclindsa/moneygo.git
synced 2026-02-21 20:48:34 -05:00
5 lines
88 B
Makefile
5 lines
88 B
Makefile
|
|
all:
|
||
|
|
browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js
|
||
|
|
|
||
|
|
.PHONY = all
|