From 0a4dc409df4784b0d115755772c123e6a1adc3e6 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 18 Dec 2012 02:16:42 -0800 Subject: Get Flavio's color bar demo kind of sort of working --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b5554e..b2b6d88 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3