File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,6 @@ install: all META
171171 cp $(LIBDIR ) /$(PKG_NAME ) .server.cm* $(OCAMLFIND_DESTDIR ) /$(PKG_NAME ) /server
172172 scripts/install.sh $(TEMPLATE_DIR ) $(TEMPLATE_NAME )
173173
174- uninstall :
175- rm -rf $(OCAMLFIND_DESTDIR ) /$(PKG_NAME ) /client
176- rm -rf $(OCAMLFIND_DESTDIR ) /$(PKG_NAME ) /server
177- scripts/uninstall.sh $(TEMPLATE_NAME )
178- $(OCAMLFIND ) remove $(PKG_NAME )
179-
180- reinstall :
181- $(MAKE ) uninstall
182- $(MAKE ) install
183-
184174# #----------------------------------------------------------------------
185175# # Dependencies
186176
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
1111license: "LGPL-2.1 with OCaml linking exception"
1212build: [ make "-j%{jobs}%" ]
1313install: [ make "install" ]
14- remove: [ make "uninstall" ]
1514depends: [
1615 "ocaml" {>= "4.06.1"}
1716 "pgocaml" {>= "3.1"}
You can’t perform that action at this time.
0 commit comments