diff Makefile @ 54:3b79cbcf6846

Get Flavio's color bar demo kind of sort of working
author Mike Pavone <pavone@retrodev.com>
date Tue, 18 Dec 2012 02:16:42 -0800
parents f664eeb55cb4
children c3d034e076ee
line wrap: on
line diff
--- a/Makefile	Sun Dec 16 22:25:29 2012 -0800
+++ b/Makefile	Tue Dec 18 02:16:42 2012 -0800
@@ -1,6 +1,9 @@
 LIBS=sdl
 
-all : dis trans stateview
+all : dis trans stateview blastem
+
+blastem : blastem.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o vdp.o render_sdl.o
+	$(CC) -o blastem blastem.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o vdp.o render_sdl.o `pkg-config --libs $(LIBS)`
 
 dis : dis.o 68kinst.o
 	$(CC) -o dis dis.o 68kinst.o