Browse Source

Use = and not ?= for PREFIX

Signed-off-by: Mattias Andrée <maandree@kth.se>
Mattias Andrée 9 years ago
parent
commit
3d966e8184
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-PREFIX ?= /usr/local
+PREFIX = /usr/local
 
 BUILD = target/release/exa