diff options
Diffstat (limited to 'omkfile/Makefile')
-rw-r--r-- | omkfile/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/omkfile/Makefile b/omkfile/Makefile new file mode 100644 index 0000000..368a183 --- /dev/null +++ b/omkfile/Makefile @@ -0,0 +1,8 @@ +make: + ocamlc unix.cma str.cma omkfile.ml -o omkfile + +static: + ocamlopt unix.cmxa -ccopt -static omkfile.ml -o omkfile + +clean: + rm -f *.cmi *.cmx *.o *.cmo
\ No newline at end of file |