Removed trailing whitespace and reorganized things

This commit is contained in:
2015-04-24 14:45:09 -04:00
parent 3aad88b19d
commit fbf975b4ec
4 changed files with 61 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
FILES = c0vm.js bytecode-parser.js byte-stream.js opcodes.js c0ffi.js index.js
FILES = c0vm.js bytecode-parser.js byte-stream.js opcodes.js c0ffi.js index.js
all: $(FILES)
browserify $(FILES) -o vm.js