summary refs log tree commit diff
path: root/lisc/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-24 13:17:47 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:32 -0400
commit7594f57a3ee4397ab4be078ba65f371daeb15afd (patch)
tree5fe2be36df8823b0f3a57ae26f69e841283278a5 /lisc/Makefile
parent28110b14395e0964d8e70cd2fa57b0d9d8fdaa43 (diff)
downloadroux-7594f57a3ee4397ab4be078ba65f371daeb15afd.tar.gz
more modifications to rega
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 8e9d86b..c8e9447 100644
--- a/lisc/Makefile
+++ b/lisc/Makefile
@@ -1,5 +1,5 @@
 BIN = lisc
-OBJ = parse.o ssa.o live.o isel.o main.o spill.o # rega.o emit.o main.o
+OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o # emit.o
 
 CFLAGS = -Wall -Wextra -std=c99 -g -pedantic