altos: Remove linker map files during 'make clean'
[fw/altos] / src / microkite / Makefile
index 5b38f572d2a8337ec8cffa6072c9493f17a9b10a..a164a2057b8070ea987b9b9fb1ff8baeecec1a8f 100644 (file)
@@ -73,7 +73,7 @@ load-slow: $(HEX)
 distclean:     clean
 
 clean:
-       rm -f *.o *.elf *.ihx $(SCRIPT)
+       rm -f *.o *.elf *.ihx $(SCRIPT) *.map
        rm -f ao_product.h
 
 publish: $(PUBLISH_HEX) $(PUBLISH_SCRIPT)