Browse Source

meta: fix makefile, closes #1858

Dylan Araps 3 years ago
parent
commit
cf928f3b9b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
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.