diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-30 11:44:37 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-30 11:44:37 -0500 |
commit | af1a5079fd1e8a2e1dfd7180b2e452671176dcc1 (patch) | |
tree | 5a774fa21cf3762655690c2988ded3d1ed9477f1 /lisc/Makefile | |
parent | 5097cf1d42e0778991e6c8874b4c46d83297fbf3 (diff) | |
download | roux-af1a5079fd1e8a2e1dfd7180b2e452671176dcc1.tar.gz |
change the wide bit to a class number
Diffstat (limited to 'lisc/Makefile')
-rw-r--r-- | lisc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisc/Makefile b/lisc/Makefile index 389e376..fc05701 100644 --- a/lisc/Makefile +++ b/lisc/Makefile @@ -1,5 +1,6 @@ BIN = lisc -OBJ = main.o util.o parse.o ssa.o live.o isel.o spill.o rega.o emit.o +# OBJ = main.o util.o parse.o mem.o ssa.o copy.o live.o isel.o spill.o rega.o emit.o +OBJ = main.o util.o parse.o ssa.o CFLAGS = -Wall -Wextra -std=c99 -g -pedantic |