Explorar o código

make uninstall should also remove std lib

Andy Li %!s(int64=7) %!d(string=hai) anos
pai
achega
5d554bd261
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -203,6 +203,7 @@ uninstall:
 	else \
 		rm -rf $(INSTALL_LIB_DIR); \
 	fi
+	rm -rf  $(INSTALL_STD_DIR)
 
 opam_install:
 	opam install $(OPAM_LIBS) camlp4 ocamlfind --yes