diff --git a/Makefile b/Makefile index 91ef52b..756fb56 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,8 @@ sowm: sowm.o install: all install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm +uninstall: + rm -f $(DESTDIR)$(BINDIR)/sowm + clean: rm -f sowm *.o