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

[ivette] fix uninstall targets

parent efdc81e3
No related branches found
No related tags found
No related merge requests found
...@@ -255,10 +255,10 @@ ifdef PREFIX ...@@ -255,10 +255,10 @@ ifdef PREFIX
uninstall: uninstall:
@echo "Uninstall Ivette" @echo "Uninstall Ivette"
@rm -f $(BINDIR)/ivette
@rm -f $(LIBDIR)/frama-c/ivette.tgz
@rm -fr $(LIBDIR)/frama-c/Ivette.app @rm -fr $(LIBDIR)/frama-c/Ivette.app
@rm -f $(LIBDIR)/frama-c/ivette.tgz @rm -fr $(LIBDIR)/frama-c/ivette
@rm -f $(LIBDIR)/frama-c/ivette
@rm -f $(BINDIR)/ivette
endif endif
......
...@@ -47,9 +47,9 @@ install:: ...@@ -47,9 +47,9 @@ install::
uninstall:: uninstall::
@echo "Removing Ivette" @echo "Removing Ivette"
@rm -f ${PREFIX}/bin/ivette @rm -f ${PREFIX}/bin/ivette
@rm -f ${PREFIX}/lib/frama-c/ivette.tgz @rm -f ${PREFIX}/lib/frama-c/ivette.tgz
@rm -fr ${PREFIX}/lib/frama-c/Ivette.app @rm -fr ${PREFIX}/lib/frama-c/Ivette.app
@rm -fr ${PREFIX}/lib/frama-c/ivette @rm -fr ${PREFIX}/lib/frama-c/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