meta: fix makefile, closes #1858
This commit is contained in:
parent
017aa041d8
commit
cf928f3b9b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PREFIX ?= /usr
|
PREFIX = /usr
|
||||||
MANDIR ?= $(PREFIX)/share/man
|
MANDIR = $(PREFIX)/share/man
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo Run \'make install\' to install Neofetch.
|
@echo Run \'make install\' to install Neofetch.
|
||||||
|
|
Loading…
Reference in a new issue