diff options
author | ZoRo <dos21h@gmail.com> | 2020-06-27 18:02:17 +0100 |
---|---|---|
committer | ZoRo <dos21h@gmail.com> | 2020-06-27 18:02:17 +0100 |
commit | 81cece0dc62e1ba9d162ab12ae361b870d74568a (patch) | |
tree | aeb1c75ec74c1d27d616656eb3d27452105edb2f /omkdir/Makefile | |
download | osystem-81cece0dc62e1ba9d162ab12ae361b870d74568a.tar.gz osystem-81cece0dc62e1ba9d162ab12ae361b870d74568a.zip |
oecho,omkdir,ormdir,omkfile
Diffstat (limited to 'omkdir/Makefile')
-rw-r--r-- | omkdir/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/omkdir/Makefile b/omkdir/Makefile new file mode 100644 index 0000000..3ea1d08 --- /dev/null +++ b/omkdir/Makefile @@ -0,0 +1,8 @@ +make: + ocamlc unix.cma str.cma omkdir.ml -o omkdir + +static: + ocamlopt unix.cmxa -ccopt -static omkdir.ml -o omkdir + +clean: + rm -f *.cmi *.cmx *.o *.cmo
\ No newline at end of file |