X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=testpico%2FMakefile;h=67e4a84c027df024438d159bb4fde9e59a1b1682;hb=71b41fddd18f66c99e13f53bd78582627e6ff10b;hp=20b6e64410343b4fa93fbbba3854b03eae422e58;hpb=9d39a80ebef085f0d65b49e0bd6a07c4de723de9;p=megadrive.git diff --git a/testpico/Makefile b/testpico/Makefile index 20b6e64..67e4a84 100644 --- a/testpico/Makefile +++ b/testpico/Makefile @@ -17,7 +17,7 @@ CFLAGS += -Wall -g -O2 -m68000 -fomit-frame-pointer LDLIBS += $(shell $(CC) -print-file-name=libgcc.a) TARGET = testpico -OBJS = sega_gcc.o main.o asmtools.o data.o +OBJS = sega_gcc.o main.o asmtools.o all: $(TARGET).bin @@ -60,7 +60,7 @@ $(TARGET_SH).elf: $(OBJS_SH) $(CC_SH) -o $@ -c $< $(CFLAGS_SH) # manual deps -data.o: z80_test.bin80 +sega_gcc.o: z80_test.bin80 sega_gcc.o: sh2_test.binsh up: $(TARGET).bin