diff options
| author | Michael Pavone <pavone@retrodev.com> | 2016-10-04 18:30:49 -0700 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2016-10-04 18:30:49 -0700 |
| commit | ce305a4705829579e52900d6626e5d02457c2e14 (patch) | |
| tree | 1f9ff101010a3b8be221b645573715dc3088135d /Makefile | |
| parent | 1b5d64873657d3a36c1d67c8006d22715140926c (diff) | |
Some initial work on Atari Jaguar emulation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -159,6 +159,9 @@ all : $(ALL) blastem$(EXE) : $(MAINOBJS) $(CC) -o $@ $^ $(LDFLAGS) $(FIXUP) ./$@ + +blastjag$(EXE) : jaguar.o render_sdl.o $(M68KOBJS) $(TRANSOBJS) $(CONFIGOBJS) + $(CC) -o $@ $^ $(LDFLAGS) dis$(EXE) : dis.o 68kinst.o tern.o vos_program_module.o $(CC) -o $@ $^ |
