Fix signed integer parsing
This commit is contained in:
parent
eb98415994
commit
a2f5b2e08a
4 changed files with 34 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -4,6 +4,9 @@ all:
|
|||
debug:
|
||||
ocamlbuild -use-ocamlfind -I src oboy.d.byte
|
||||
|
||||
check:
|
||||
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_cpu.byte --
|
||||
|
||||
clean:
|
||||
rm -rf _build
|
||||
rm -f *.byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue