Explorar el Código

Merge pull request #3 from amarshall/overridable-prefix

Make Makefile PREFIX overridable
Noah Vogt hace 3 años
padre
commit
c1a58bd608
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")