From 51d2cf5c9158b03b0a7e83a7377436a0cbaf1025 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 12 Aug 2020 23:38:06 +0200 Subject: Initial import of the old, ad hoc code. --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Makefile (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..87e1491 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,4 @@ +all: uncron + +uncron: uncron.ml + ocamlfind ocamlopt -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt -linkpkg -o uncron -g ./uncron.ml -- cgit v1.2.3