messo a posto il Makefile che non andava rip
This commit is contained in:
parent
d4a2ee903f
commit
1538094dd3
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user