messo a posto il Makefile che non andava rip

This commit is contained in:
Marco Raber 2022-03-31 16:28:22 +02:00
parent d4a2ee903f
commit 1538094dd3
2 changed files with 5 additions and 5 deletions

View File

@ -6,8 +6,6 @@ PREFIX = ~/.local
MANPREFIX = $(PREFIX)/share/man MANPREFIX = $(PREFIX)/share/man
SHELL = bash SHELL = bash
include config.mk
SRC = drw.c dmenu.c stest.c util.c SRC = drw.c dmenu.c stest.c util.c
OBJ = $(SRC:.c=.o) OBJ = $(SRC:.c=.o)
@ -25,6 +23,4 @@ install:
uninstall: uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/ne rm -f $(DESTDIR)$(PREFIX)/bin/ne
rm -f $(DESTDIR)$(MANPREFIX)/ne.1 rm -f $(DESTDIR)$(MANPREFIX)/man1/ne.1
.PHONY: install uninstall

View File

@ -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 * git clone https://git.octosrv.me/mraber/ne
* cd ne && make * cd ne && make
## uninstall
* make uninstall