diff Makefile @ 1080:382614130914

Some initial work on Atari Jaguar emulation
author Michael Pavone <pavone@retrodev.com>
date Tue, 04 Oct 2016 18:30:49 -0700
parents 0eb4264c2287
children 6433d4d05934
line wrap: on
line diff
--- a/Makefile	Tue Oct 04 18:30:24 2016 -0700
+++ b/Makefile	Tue Oct 04 18:30:49 2016 -0700
@@ -159,6 +159,9 @@
 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 $@ $^