瀏覽代碼

meta: fix makefile, closes #1858

Dylan Araps 3 年之前
父節點
當前提交
cf928f3b9b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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.