started working to integrate vm and site
This commit is contained in:
4
public/vm/Makefile
Normal file
4
public/vm/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
FILES = c0vm.js bytecode-parser.js byte-stream.js opcodes.js index.js
|
||||
|
||||
all: $(FILES)
|
||||
browserify $(FILES) -o vm.js
|
||||
Reference in New Issue
Block a user