]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added missing file.
authorShamus Hammons <jlhamm@acm.org>
Tue, 19 Jun 2012 16:47:40 +0000 (16:47 +0000)
committerShamus Hammons <jlhamm@acm.org>
Tue, 19 Jun 2012 16:47:40 +0000 (16:47 +0000)
res/frame-advance.png [new file with mode: 0644]
src/m68000/Makefile

diff --git a/res/frame-advance.png b/res/frame-advance.png
new file mode 100644 (file)
index 0000000..42a41e7
Binary files /dev/null and b/res/frame-advance.png differ
index a351c52529e843bbb4dea2ce199283107e2bcab7..035538ced287dc17ee7c1bd9d5fd766402da52fa 100644 (file)
@@ -15,7 +15,7 @@ LD      := $(CROSS)gcc
 AR      := $(CROSS)ar
 ARFLAGS := -rs
 GCC_DEPS = -MMD
-INCS    := -I. -I./obj `sdl-config --cflags`
+INCS    := -I. -I./obj `$(CROSS)sdl-config --cflags`
 
 OBJS = \
        obj/cpustbl.o \