diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-05-12 11:36:25 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-05-12 11:36:25 +0200 |
commit | 9a3e131cf713f8619705f906caf28c5809708ad0 (patch) | |
tree | 583bee5546fc79297560edd7a4c73bdb2f81cb8d | |
parent | ee6c272416c2f9c76318f3a396c83aa69689c773 (diff) | |
download | roux-9a3e131cf713f8619705f906caf28c5809708ad0.tar.gz |
install in /usr/local by default
-rw-r--r-- | Makefile | 1 |
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 |