meta: fix makefile, closes #1858

master
Dylan Araps 5 years ago
parent 017aa041d8
commit cf928f3b9b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
  1. 4
      Makefile

@ -1,5 +1,5 @@
PREFIX ?= /usr
MANDIR ?= $(PREFIX)/share/man
PREFIX = /usr
MANDIR = $(PREFIX)/share/man
all:
@echo Run \'make install\' to install Neofetch.

Loading…
Cancel
Save