diff options
author | dianshi <dianshi@main.lv> | 2020-06-29 22:30:24 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-06-29 22:30:24 +0100 |
commit | ea30aa946ef4b441d05c003bd74a65b5a67de3c5 (patch) | |
tree | 983fe1d905dfc6432870610a3aaa6e0864d80ef4 /ouptime/Makefile | |
parent | 81cece0dc62e1ba9d162ab12ae361b870d74568a (diff) | |
download | osystem-ea30aa946ef4b441d05c003bd74a65b5a67de3c5.tar.gz osystem-ea30aa946ef4b441d05c003bd74a65b5a67de3c5.zip |
Add ouptime
Diffstat (limited to 'ouptime/Makefile')
-rw-r--r-- | ouptime/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ouptime/Makefile b/ouptime/Makefile new file mode 100644 index 0000000..f5dd316 --- /dev/null +++ b/ouptime/Makefile @@ -0,0 +1,8 @@ +make: + ocamlc unix.cma str.cma ouptime.ml -o ouptime + +static: + ocamlopt unix.cmxa -ccopt -static ouptime.ml -o ouptime + +clean: + rm -f *.cmi *.cmx *.o *.cmo
\ No newline at end of file |