update emit to the new setting

This commit is contained in:
Quentin Carbonneaux 2015-08-24 17:39:52 -04:00
parent d9b9c68532
commit 7beed9e6cf
3 changed files with 126 additions and 165 deletions

View file

@ -1,5 +1,5 @@
BIN = lisc
OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o # emit.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