diff --git a/Makefile b/Makefile index 18be059..234fb74 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,6 @@ PREFIX = ~/.local MANPREFIX = $(PREFIX)/share/man SHELL = bash -include config.mk - SRC = drw.c dmenu.c stest.c util.c OBJ = $(SRC:.c=.o) @@ -25,6 +23,4 @@ install: uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/ne - rm -f $(DESTDIR)$(MANPREFIX)/ne.1 - -.PHONY: install uninstall + rm -f $(DESTDIR)$(MANPREFIX)/man1/ne.1 diff --git a/README.md b/README.md index c43f459..30858ea 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ Edit the configuration for nginx or a conf for a specific file in sites-enabled * git clone https://git.octosrv.me/mraber/ne * cd ne && make + +## uninstall + +* make uninstall