diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-05-01 16:37:12 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-05-01 16:37:12 +0200 |
commit | 3f94a56ea85c1f9fd74cc4b03c9b2225bcbc6bbe (patch) | |
tree | 7178a458272d02a60d52e7caeae6815302526fcf /Makefile | |
parent | c1e9fac5835aea76085bd306e982356c1af51db2 (diff) |
make uninstall target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,3 +24,8 @@ install: cp -ax examples $(DESTDIR)/usr/share/uzbl/ install -D -m644 CHECKLIST $(DESTDIR)/usr/share/uzbl/docs install -D -m644 README $(DESTDIR)/usr/share/uzbl/docs + +uninstall: + rm -rf $(DESTDIR)/usr/bin/uzbl + rm -rf $(DESTDIR)/usr/bin/uzblctrl + rm -rf $(DESTDIR)/usr/share/uzbl |