aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8254c045..f2ec79e8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ AR=ar
PREFIX=$(HOME)
PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize
-LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h linearize.h bitmap.h
+LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h \
+ linearize.h bitmap.h ident-list.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