From 1538094dd3bcb5675dab9bdb79f26ac1b0fedfb5 Mon Sep 17 00:00:00 2001 From: Marco Raber Date: Thu, 31 Mar 2022 16:28:22 +0200 Subject: [PATCH] messo a posto il Makefile che non andava rip --- Makefile | 6 +----- README.md | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) 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