diff --git a/Makefile b/Makefile

index 863d9f585607869a43c9c678cd72b2f21f724ee0..c5bc1ed76a0a61d70c2bfe3506a868f0d7eace5e 100644

--- a/Makefile

+++ b/Makefile

@@ -67,4 +67,13 @@ install -Dm644 libgmni.pc $(LIBDIR)/pkgconfig/libgmni.pc

install -Dm644 doc/gmni.1 $(MANDIR)/man1/gmni.1

install -Dm644 doc/gmnlm.1 $(MANDIR)/man1/gmnlm.1

+uninstall:

+ rm -f $(BINDIR)/gmni

+ rm -f $(BINDIR)/gmnlm

+ rm -f $(LIBDIR)/libgmni.a

+ rm -rf $(INCLUDEDIR)/gmni

+ rm -f $(LIBDIR)/pkgconfig/libgmni.pc

+ rm -f $(MANDIR)/man1/gmni.1

+ rm -f $(MANDIR)/man1/gmnlm.1

+

.PHONY: clean distclean docs install