messo a posto il Makefile che non andava rip

This commit is contained in:
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
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