X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=dart%2FMakefile;h=8697f9aaa11249db75e032cb4a01a78e56ece6d8;hb=2d0ed8b1d34616652604d3f546c4ff9dc038ae5c;hp=cd5308c216211ba71b05e4e15d8a9a5694dd9145;hpb=008ba91d9e2cfdcffa263bbfea51298026899d16;p=svn42.git diff --git a/dart/Makefile b/dart/Makefile index cd5308c..8697f9a 100755 --- a/dart/Makefile +++ b/dart/Makefile @@ -193,7 +193,7 @@ applet/core.a: $(OBJ) # Target: clean project. clean: - $(REMOVE) applet/$(TARGET).hex applet/$(TARGET).eep applet/$(TARGET).cof applet/$(TARGET).elf \ + $(REMOVE) applet/$(TARGET).hex applet/$(TARGET).cpp applet/$(TARGET).eep applet/$(TARGET).cof applet/$(TARGET).elf \ applet/$(TARGET).map applet/$(TARGET).sym applet/$(TARGET).lss applet/core.a \ $(OBJ) $(LST) $(SRC:.c=.s) $(SRC:.c=.d) $(CXXSRC:.cpp=.s) $(CXXSRC:.cpp=.d)