Create src/lib
This commit is contained in:
parent
4cb229e472
commit
d3823b9455
11 changed files with 5 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,8 @@
|
|||
all:
|
||||
dune build src/oboy.exe
|
||||
dune build src/lib/oboy.exe
|
||||
|
||||
core:
|
||||
dune build src/retroarch
|
||||
|
||||
check:
|
||||
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue