From 5fe13b14e27a7efd90d2eafe083887da3d5fd471 Mon Sep 17 00:00:00 2001
From: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Wed, 29 Jul 2015 09:34:09 -0400
Subject: [PATCH] compile emit module

---
 lisc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/Makefile b/lisc/Makefile
index b208eea..5088b7d 100644
--- a/lisc/Makefile
+++ b/lisc/Makefile
@@ -1,5 +1,5 @@
 BIN = lisc
-OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o
+OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o emit.o
 
 CFLAGS = -Wall -Wextra -std=c11 -g -pedantic