From ce305a4705829579e52900d6626e5d02457c2e14 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 4 Oct 2016 18:30:49 -0700 Subject: Some initial work on Atari Jaguar emulation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4576195..7435ea1 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $^ -- cgit v1.2.3