diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,7 @@ LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h \ LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \ expression.o show-parse.o evaluate.o expand.o inline.o linearize.o \ - sort.o flow.o cse.o compat-$(OS).o + sort.o flow.o cse.o simplify.o compat-$(OS).o LIB_FILE= sparse.a LIBS=$(LIB_FILE) @@ -73,6 +73,7 @@ expand.o: $(LIB_H) linearize.o: $(LIB_H) flow.o: $(LIB_H) cse.o: $(LIB_H) +simplify.o: $(LIB_H) sort.o: $(LIB_H) inline.o: $(LIB_H) target.o: $(LIB_H) |
