From c48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 14 Jan 2004 01:50:20 +0000 Subject: Devel snapshot --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 68ecd6d..5d98ed7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: Makefile,v 1.5 2004-01-06 02:06:36 ianc Exp $ +# $Id: Makefile,v 1.6 2004-01-14 01:50:20 ianc Exp $ # @@ -61,7 +61,7 @@ $(TARGET): $(OBJECTS) $(Z80LIB) $(CC) $(CFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(Z80LIB): z80/*.[ch] - cd z80; make ; cd .. + cd z80; make "EXTERNAL_CFLAGS=`sdl-config --cflags`" ; cd .. clean: rm -f $(TARGET) $(OBJECTS) core -- cgit v1.2.3