From 7dbb2831b81ff0174054d30b1fc105b2113c272d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 8 Nov 2012 01:20:37 +0100 Subject: added support for labels, including the goto label table * uses BSD tree macros, might later be abstracted to a C++ table class --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e02134e..9f380eb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ LDFLAGS:=$(GTK_LDFLAGS) $(SCI_LDFLAGS) all : sciteco -sciteco : main.o cmdline.o undo.o expressions.o parser.o +sciteco : main.o cmdline.o undo.o expressions.o \ + parser.o goto.o $(CXX) -o $@ $^ $(LDFLAGS) clean: -- cgit v1.2.3