From: ian Date: Sun, 3 Jul 2005 21:13:31 +0000 (+0000) Subject: i2c-test-reply,slow.hex contains mourse-auto.o too X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=5ded2c2ed9499ba4dadf84b20c88ba9809c4daef;p=trains.git i2c-test-reply,slow.hex contains mourse-auto.o too --- diff --git a/cebpic/Makefile b/cebpic/Makefile index d1bc54e..26c69b2 100644 --- a/cebpic/Makefile +++ b/cebpic/Makefile @@ -32,7 +32,8 @@ morse-auto.inc morse-auto.asm: \ ./$^ $* $o morsepanic.hex morsepanic-withcfg.hex: morsepanic.o morse-auto.o -i2c-test-reply.hex i2c-test-reply-withcfg.hex: i2c-test-reply.o morse-auto.o +i2c-test-reply.hex: i2c-test-reply.o morse-auto.o +i2c-test-reply,slow.hex: i2c-test-reply,slow.o morse-auto.o %,slow.o: %.asm $(ASSEMBLE) -D SLOW_VERSION -c -o $@ $<