aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2014-02-26 20:08:11 +0100
committerGuillermo Ramos2014-02-26 20:08:11 +0100
commit9811c02fddca07f88f010ad3d62e6de7db5b244f (patch)
tree76ba3c940e2dc7eb4e0ade46a4bdad017fd67614 /Makefile
parentc33222a061c3087700e743bc3e3f8cdaf3ce4f9d (diff)
downloadwitch-9811c02fddca07f88f010ad3d62e6de7db5b244f.tar.gz
Initial commit 2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..169098d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+build:
+ ocamlbuild witch.byte -libs unix
+
+native:
+ ocamlbuild witch.native -libs unix
+
+clean:
+ rm -rf _build witch.native witch.byte