commit 9a3e131cf713f8619705f906caf28c5809708ad0 parent ee6c272416c2f9c76318f3a396c83aa69689c773 Author: Quentin Carbonneaux <quentin@c9x.me> Date: Thu, 12 May 2022 11:36:25 +0200 install in /usr/local by default Diffstat:
M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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