diff --git a/Makefile b/Makefile index 4af193c..886a53d 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ clean: install: output mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin +uninstall: + rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks