summary refs log tree commit diff
path: root/lisc/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-24 12:39:55 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:32 -0400
commit28110b14395e0964d8e70cd2fa57b0d9d8fdaa43 (patch)
treeb2eb86cfb97b7873146096bb35cab3c2cee45893 /lisc/Makefile
parent0ad9bf1c602f071a4ae74945d6c751457f9e6f75 (diff)
downloadroux-28110b14395e0964d8e70cd2fa57b0d9d8fdaa43.tar.gz
add a size to all operations (wip)
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 799ec93..8e9d86b 100644
--- a/lisc/Makefile
+++ b/lisc/Makefile
@@ -1,5 +1,5 @@
 BIN = lisc
-OBJ = parse.o ssa.o live.o isel.o spill.o rega.o emit.o main.o
+OBJ = parse.o ssa.o live.o isel.o main.o spill.o # rega.o emit.o main.o
 
 CFLAGS = -Wall -Wextra -std=c99 -g -pedantic