From c5e72c48ebe214fd7553ba45944e3060ab32dc82 Mon Sep 17 00:00:00 2001 From: David Voswinkel Date: Sat, 1 Aug 2009 15:21:32 +0200 Subject: [PATCH] tweak makefile --- snes/loader/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snes/loader/makefile b/snes/loader/makefile index a9a2dc2..5ad3cc2 100644 --- a/snes/loader/makefile +++ b/snes/loader/makefile @@ -20,7 +20,9 @@ SPCFILE = $(SPCSFILES:.asm=.bin) all: spc $(OFILES) $(LD) $(LDFLAGS) linkfile $(ROMFILE) + dd if=$(ROMFILE) bs=1 count=65544 of=rom.smc python conv_rle.py + cp -v loader.[ch] ../../avr/usbload $(OFILES): $(SFILES) $(AC) $(AFLAGS) $(SFILES)