aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5be9052..1f3a5694 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS=-g -Wall
PROGRAMS=test-lexing test-parsing obfuscate
-HEADERS=token.h parse.h lib.h symbol.h scope.h expression.h
+HEADERS=token.h parse.h lib.h symbol.h scope.h expression.h target.h
COMMON= parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
expression.o show-parse.o evaluate.o