X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433ctl%2FMakefile;h=617684b61ee81f5ead45e9f22e0732f07aa766ab;hb=9148b190d80a15e5393f7ef8c5bd6997c4b40bb2;hp=25b7a0d526c2488a3c15910087ed61487ae24026;hpb=b2fac6fa0c42f541d9554aae45c1287ee67b2200;p=svn42.git diff --git a/rf433ctl/Makefile b/rf433ctl/Makefile index 25b7a0d..617684b 100755 --- a/rf433ctl/Makefile +++ b/rf433ctl/Makefile @@ -80,7 +80,8 @@ OBJDUMP = $(AVR_TOOLS_PATH)/avr-objdump AR = $(AVR_TOOLS_PATH)/avr-ar SIZE = $(AVR_TOOLS_PATH)/avr-size NM = $(AVR_TOOLS_PATH)/avr-nm -AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +#AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +AVRDUDE = $(INSTALL_DIR)/hardware/tools/avrdude REMOVE = rm -f MV = mv -f @@ -200,7 +201,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).cpp applet/$(TARGET).hex 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)