Skip to content
Snippets Groups Projects
Commit e7ebcc09 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] make uninstall

parent d141cc42
No related branches found
No related tags found
No related merge requests found
......@@ -191,3 +191,22 @@ install:
endif
endif
endif
# --------------------------------------------------------------------------
# --- Ivette Un-Installation
# --------------------------------------------------------------------------
ifdef LIBDIR
ifdef BINDIR
uninstall:
@echo "Uninstall Ivette"
@rm -fr dist
@rm -fr /Applications/Ivette.app
@rm -fr $(LIBDIR)/ivette
@rm -f $(BINDIR)/ivette
endif
endif
# --------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment