mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-30 07:40:05 -04:00
5 lines
88 B
Makefile
5 lines
88 B
Makefile
|
all:
|
||
|
browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js
|
||
|
|
||
|
.PHONY = all
|