mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
details
This commit is contained in:
parent
ac50e10788
commit
64d7314aab
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ OPTS= -j $(J)
|
||||||
|
|
||||||
LIB=$(addprefix $(NAME), .cma .cmxa .cmxs)
|
LIB=$(addprefix $(NAME), .cma .cmxa .cmxs)
|
||||||
|
|
||||||
all: lib test
|
all: build test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
jbuilder build $(OPTS) @install
|
jbuilder build $(OPTS) @install
|
||||||
|
|
|
||||||
1
msat.exe
Symbolic link
1
msat.exe
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
_build/default/src/main/main.exe
|
||||||
Loading…
Add table
Reference in a new issue