Skip to content

Commit ec1b01e

Browse files
committed
Add makefile to install, build, and run capymanga
1 parent 4bc4293 commit ec1b01e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
install:
2+
opam install . --deps-only --with-test
3+
build:
4+
dune build
5+
run:
6+
dune exec ./app/capymanga/bin/main.exe

0 commit comments

Comments
 (0)