chiark / gitweb /
keep assembler listings from being overwritten
authorian <ian>
Sun, 1 May 2005 15:11:32 +0000 (15:11 +0000)
committerian <ian>
Sun, 1 May 2005 15:11:32 +0000 (15:11 +0000)
pic.make

index 47252c7b449c75938649d1d9f0bd5e3f09b3a599..974b8437bd4f89c5fa12ad4b8a38f64f5adb5593 100644 (file)
--- a/pic.make
+++ b/pic.make
@@ -29,6 +29,7 @@ ASSEMBLE=     gpasm -p 18f458
 
 %.o:           %.asm $(INCLUDES)
                $(ASSEMBLE) -c $<
+               mv $*.lst $*-asm.lst
 
 .PRECIOUS:     %.o