commit 654a1f121611287bd4ae51b72d8b1b75de9b60ed
parent 1586593b802e2c410f4233fa34c68a3c7b9a47f7
Author: Ed van Bruggen <edvb@uw.edu>
Date: Wed, 24 Oct 2018 15:58:09 -0700
Remove libraries in make uninstall
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -59,6 +59,8 @@ uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/$(EXE)
@echo removing manual page from $(DESTDIR)$(MANPREFIX)/man1
@rm -f $(DESTDIR)$(MANPREFIX)/man1/$(EXE).1
+ @echo removing libraries from $(DESTDIR)$(PREFIX)/lib/tisp
+ @rm -rf $(DESTDIR)$(PREFIX)/lib/tisp/
test: $(EXE)
@echo running tests