diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-15 18:01:38 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:28 -0400 |
commit | d7548fa5d7c6ab4adaff87619e9801d0bdb07b55 (patch) | |
tree | 1720934ebd2ac97584a55f3377126d3eab5d6ad8 /lisc/Makefile | |
parent | 58bd1de2647d8a7acd0e8edb4ec2bfb9f99799a6 (diff) | |
download | roux-d7548fa5d7c6ab4adaff87619e9801d0bdb07b55.tar.gz |
add rpo test and some liveness code
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 381452d..fcf91a5 100644 --- a/lisc/Makefile +++ b/lisc/Makefile @@ -1,5 +1,5 @@ BIN = lisc -OBJ = parse.o ssa.o +OBJ = parse.o ssa.o live.o CFLAGS = -Wall -Wextra -std=c99 -g |