summary refs log tree commit diff
path: root/lisc/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 12:53:30 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 12:53:30 -0500
commitecebb6f48e276336d386125f3471b1c20db97119 (patch)
tree74911b760e2487274a20e37b21d984bb7e1f0920 /lisc/Makefile
parent31f23dd5925196b5c0eb81cdf9537913b9a3ae4c (diff)
downloadroux-ecebb6f48e276336d386125f3471b1c20db97119.tar.gz
update liveness to work with fp
Diffstat (limited to 'lisc/Makefile')
-rw-r--r--lisc/Makefile2
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