We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc4293 commit ec1b01eCopy full SHA for ec1b01e
Makefile
@@ -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