5 lines
55 B
Makefile
5 lines
55 B
Makefile
|
|
all: bundle
|
||
|
|
|
||
|
|
bundle:
|
||
|
|
browserify client.js > bundle.js
|