diff options
| author | Mike Pavone <pavone@retrodev.com> | 2014-02-11 21:53:31 -0800 |
|---|---|---|
| committer | Mike Pavone <pavone@retrodev.com> | 2014-02-11 21:53:31 -0800 |
| commit | 5f77a699631ee74a6c1876ad2727e876b923e202 (patch) | |
| tree | 65b8a1b5069a4d6cd83d9a3d550e059bb8c8d9b5 /Makefile | |
| parent | 90f9f11749badf66785b6fb416d25e72cdc32c2d (diff) | |
Move debugging code outside of main source file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ CONFIGOBJS=config.o tern.o util.o all : dis zdis stateview vgmplay blastem -blastem : blastem.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(Z80OBJS) $(TRANSOBJS) $(AUDIOOBJS) - $(CC) -ggdb -o blastem blastem.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(Z80OBJS) $(TRANSOBJS) $(AUDIOOBJS) $(LDFLAGS) +blastem : blastem.o debug.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(Z80OBJS) $(TRANSOBJS) $(AUDIOOBJS) + $(CC) -ggdb -o blastem blastem.o debug.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(Z80OBJS) $(TRANSOBJS) $(AUDIOOBJS) $(LDFLAGS) dis : dis.o 68kinst.o $(CC) -o dis dis.o 68kinst.o |
