tweak makefile

This commit is contained in:
David Voswinkel 2009-08-01 15:21:32 +02:00
parent 82a6edad50
commit c5e72c48eb

View File

@ -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)