diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-14 01:50:20 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-14 01:50:20 +0000 |
commit | c48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (patch) | |
tree | 2b7ea94d3b056eb659d49c0593f2ce794bb22678 /src/Makefile | |
parent | 44ffbe36a8e7eaab7d7851bb79f229c4383c6545 (diff) |
Devel snapshot
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |