aboutsummaryrefslogtreecommitdiff
path: root/motus/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-01-28 14:44:57 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:22:43 +0100
commit741f88ab405995003eb6e9f301d3b065c1e84a4a (patch)
tree08ba9ec2247c56680611d542ed9b096c5f1a083b /motus/Makefile
parentc0c82a7bfe8300b1bd50fee11074837ff32d3da0 (diff)
Added a motus solver
Diffstat (limited to 'motus/Makefile')
-rw-r--r--motus/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/motus/Makefile b/motus/Makefile
new file mode 100644
index 0000000..cee260f
--- /dev/null
+++ b/motus/Makefile
@@ -0,0 +1,12 @@
+all:
+ dune build
+
+release:
+ dune build --profile=release
+
+test:
+ dune runtest src/test
+
+
+serve:
+ cd _build/default && python3 -m http.server 8000