From e625146762b16d85c71209029e19a26d1f42f8be Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 5 Apr 2022 14:01:27 +0300 Subject: Switch to dune and add opam packaging --- src/Makefile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/Makefile (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 8a00d3a..0000000 --- a/src/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -all: uncron - -uncron: uncron.ml - ocamlfind ocamlopt -I +threads -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt,containers -linkpkg -thread -o uncron -g ./uncron.ml -- cgit v1.2.3