瀏覽代碼

Make Makefile PREFIX overridable

User may not want or be able to install in /usr, and want to specify an
alternative.
Andrew Marshall 3 年之前
父節點
當前提交
4474854664
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@
 VERSION = 0.1
 
 # paths
-PREFIX = /usr
+PREFIX ?= /usr
 
 PROJDIRS := src
 SRCFILES := $(shell find $(PROJDIRS) -type f -name "*.cc")