altos: Remove linker map files during 'make clean'
[fw/altos] / src / telefireone-v1.0 / Makefile
index b2e7eec48af6895e2dc074c90abbba558e698f33..0f3e5809cd85cf1dfb6361c1ed2f41d4bf95764e 100644 (file)
@@ -82,10 +82,12 @@ $(OBJ): $(INC)
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
+       rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map
        rm -f ao_product.h
 
 install:
 
 uninstall:
 
+echo:
+       echo $(PROG) $(VERSION)