From f70b137640a5273052e457424872dab2ed9d3d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Fri, 1 Jun 2018 16:56:49 +0100 Subject: [PATCH] Fix 'make install' (#839) Signed-off-by: Jeremie Dimino --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28ce7987..29532df8 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ boot.exe: bootstrap.ml ocaml bootstrap.ml install: - $(BIN) install $(INSTALL_ARGS) + $(BIN) install $(INSTALL_ARGS) dune uninstall: - $(BIN) uninstall $(INSTALL_ARGS) + $(BIN) uninstall $(INSTALL_ARGS) dune reinstall: uninstall reinstall