mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 23:42:29 -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
|