diff options
author | Guillermo Ramos | 2014-02-26 20:08:11 +0100 |
---|---|---|
committer | Guillermo Ramos | 2014-02-26 20:08:11 +0100 |
commit | 9811c02fddca07f88f010ad3d62e6de7db5b244f (patch) | |
tree | 76ba3c940e2dc7eb4e0ade46a4bdad017fd67614 /Makefile | |
parent | c33222a061c3087700e743bc3e3f8cdaf3ce4f9d (diff) | |
download | witch-9811c02fddca07f88f010ad3d62e6de7db5b244f.tar.gz |
Initial commit 2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
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 |