From a326842161004dbd8fb75c1c6cee853a6af4b201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Sat, 25 Feb 2017 14:06:03 +0000 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 23235271..4fd28c9b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME := jbuilder +BIN := ./_build/default/bin/main.exe default: boot.exe ./boot.exe -j 4 --dev @@ -7,10 +7,10 @@ boot.exe: bootstrap.ml ocaml bootstrap.ml install: - opam-installer -i --prefix $(PREFIX) jbuilder.install + $(BIN) install uninstall: - opam-installer -u --prefix $(PREFIX) jbuilder.install + $(BIN) uninstall reinstall: uninstall reinstall