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