This website requires JavaScript.
Explore
Help
Sign In
fabs
/
oboy
Watch
1
Star
0
Fork
You've already forked oboy
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
bbd75e25f1
oboy
/
Makefile
8 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Read Nintendo checksum in cartridge header. This first commit parses the ROM to extract the Nintendo Logo and display it on stdout.
2015-02-21 17:11:18 +01:00
all
:
ocamlbuild -use-ocamlfind -I src oboy.byte
Add 'clean' target.
2015-02-23 16:51:45 +01:00
clean
:
rm -rf _build
rm -f *.byte
rm -f *.native
Reference in a new issue
Copy permalink