mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-02-24 01:38:24 -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
|