diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-20 01:10:45 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-20 01:10:45 +0000 |
commit | 0a6f1fcdf13e5d4518b8605dd7a55f49db6b1a70 (patch) | |
tree | 08912b4f18c914d7a5e9d97c8f463676e07f19fa /src/Makefile | |
parent | 7392aae19593563dd6557af76df0d6b965d6e4c5 (diff) |
Added monitor; Various fixes
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 ffb9c8f..5ec781c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: Makefile,v 1.7 2004-01-15 18:53:51 ianc Exp $ +# $Id: Makefile,v 1.8 2004-01-20 01:10:45 ianc Exp $ # @@ -94,7 +94,7 @@ main.o: /usr/local/include/SDL/SDL_keysym.h main.o: /usr/local/include/SDL/SDL_mouse.h /usr/local/include/SDL/SDL_video.h main.o: /usr/local/include/SDL/SDL_mutex.h /usr/local/include/SDL/SDL_quit.h main.o: /usr/local/include/SDL/SDL_version.h z80/z80.h spec.h gfx.h gui.h -main.o: memmenu.h config.h exit.h +main.o: memmenu.h config.h exit.h util.h spec.o: /usr/include/stdlib.h /usr/include/sys/cdefs.h spec.o: /usr/include/sys/_types.h /usr/include/machine/_types.h spec.o: /usr/include/stdio.h /usr/include/string.h /usr/include/strings.h |