summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d309ea7..09d32ab 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: Makefile,v 1.12 2006-08-28 22:40:44 ianc Exp $
+# $Id: Makefile,v 1.13 2006-08-30 22:24:41 ianc Exp $
#
#
@@ -70,7 +70,8 @@ SOURCE = z80.c \
support.c \
callbacks.c \
interface.c \
- gtkutil.c
+ gtkutil.c \
+ gemma.c
BASE_O = z80.o \
z80_decode.o \
@@ -83,7 +84,8 @@ GEMMA_O = main.o \
support.o \
callbacks.o \
interface.o \
- gtkutil.o
+ gtkutil.o \
+ gemma.o
all: $(TARGETS)
@@ -91,7 +93,7 @@ emma: $(BASE_O) $(EMMA_O)
cc -o emma $(BASE_O) $(EMMA_O) $(LIBS)
gemma: $(BASE_O) $(GEMMA_O)
- cc -o gemma $(GBASE_O) $(GEMMA_O) `pkg-config --libs gtk+-2.0`
+ cc -o gemma $(BASE_O) $(GEMMA_O) `pkg-config --libs gtk+-2.0`
tests: emucpm.hex zexdoc.hex zexall.hex