diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-24 17:39:52 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:32 -0400 |
commit | 7beed9e6cf1ebc8bfb995e317f933781c4f2964a (patch) | |
tree | 6950d0061f746f8cc46e9e963c1dc856382fcb94 /lisc/Makefile | |
parent | d9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8 (diff) | |
download | roux-7beed9e6cf1ebc8bfb995e317f933781c4f2964a.tar.gz |
update emit to the new setting
Diffstat (limited to 'lisc/Makefile')
-rw-r--r-- | lisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/Makefile b/lisc/Makefile index c8e9447..fe6b664 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 # 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 |