summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2022-05-12 11:36:25 +0200
committerQuentin Carbonneaux <quentin@c9x.me>2022-05-12 11:36:25 +0200
commit9a3e131cf713f8619705f906caf28c5809708ad0 (patch)
tree583bee5546fc79297560edd7a4c73bdb2f81cb8d
parentee6c272416c2f9c76318f3a396c83aa69689c773 (diff)
downloadroux-9a3e131cf713f8619705f906caf28c5809708ad0.tar.gz
install in /usr/local by default
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 711873b..3738a5f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ BIN = qbe
 
 V = @
 OBJDIR = obj
+PREFIX ?= /usr/local
 
 SRC      = main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c \
            fold.c live.c spill.c rega.c gas.c