change annoying `make install` behavior

This commit is contained in:
Jeremie Dimino 2016-08-15 11:01:22 +01:00
parent 4c530ac123
commit 5e607f898f
1 changed files with 2 additions and 0 deletions

View File

@ -37,12 +37,14 @@ all: $(SETUP)
./$(SETUP) -all $(ALLFLAGS)
install: $(SETUP) setup.data
ocamlfind remove utop 2>/dev/null || true
./$(SETUP) -install $(INSTALLFLAGS)
uninstall: $(SETUP) setup.data
./$(SETUP) -uninstall $(UNINSTALLFLAGS)
reinstall: $(SETUP) setup.data
ocamlfind remove utop 2>/dev/null || true
./$(SETUP) -reinstall $(REINSTALLFLAGS)
clean: $(SETUP)