diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 01:20:37 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 01:20:37 +0100 |
| commit | 7dbb2831b81ff0174054d30b1fc105b2113c272d (patch) | |
| tree | fde5c878e2c9a89e6f41c8535034e1b16927c154 /Makefile | |
| parent | 1707fcabca80e2e664bef9c02ec5cc9d793ce37b (diff) | |
added support for labels, including the goto label table
* uses BSD tree macros, might later be abstracted to a C++ table class
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
