diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-29 09:34:09 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:29 -0400 |
commit | 5fe13b14e27a7efd90d2eafe083887da3d5fd471 (patch) | |
tree | 97e3b315fcd39bcb3b37d67e388b95fe4fab2ad0 | |
parent | fd964388f76443a46f6f091c2aa64cb4e62341e6 (diff) | |
download | roux-5fe13b14e27a7efd90d2eafe083887da3d5fd471.tar.gz |
compile emit module
-rw-r--r-- | lisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |