diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-30 12:53:30 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-30 12:53:30 -0500 |
commit | ecebb6f48e276336d386125f3471b1c20db97119 (patch) | |
tree | 74911b760e2487274a20e37b21d984bb7e1f0920 /lisc/Makefile | |
parent | 31f23dd5925196b5c0eb81cdf9537913b9a3ae4c (diff) | |
download | roux-ecebb6f48e276336d386125f3471b1c20db97119.tar.gz |
update liveness to work with fp
Diffstat (limited to 'lisc/Makefile')
-rw-r--r-- | lisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/Makefile b/lisc/Makefile index fc05701..c61d41b 100644 --- a/lisc/Makefile +++ b/lisc/Makefile @@ -1,6 +1,6 @@ BIN = lisc # OBJ = main.o util.o parse.o mem.o ssa.o copy.o live.o isel.o spill.o rega.o emit.o -OBJ = main.o util.o parse.o ssa.o +OBJ = main.o util.o parse.o ssa.o live.o CFLAGS = -Wall -Wextra -std=c99 -g -pedantic |