X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433ctl%2FMakefile;h=617684b61ee81f5ead45e9f22e0732f07aa766ab;hb=bb6a4ae2d56165eda02ce1232d40efd1381ffef0;hp=83a919ff33f8d15e9e4ed7a6a717a69cbf39ec3e;hpb=17a4e20ba5801603c5da3cfb511872670a48910a;p=svn42.git diff --git a/rf433ctl/Makefile b/rf433ctl/Makefile index 83a919f..617684b 100755 --- a/rf433ctl/Makefile +++ b/rf433ctl/Makefile @@ -19,7 +19,6 @@ RESET_TTY=$(RESET_TTY_DIR)reset_tty ARDUINO = $(INSTALL_DIR)/hardware/arduino ARDUINOCORE = $(ARDUINO)/cores/arduino ARDUINOVAR = $(ARDUINO)/variants/$(VARIANT) -#AVR_TOOLS_PATH = /usr/bin AVR_TOOLS_PATH = /usr/bin SRC = $(ARDUINOCORE)/wiring.c \ $(ARDUINOCORE)/wiring_analog.c $(ARDUINOCORE)/wiring_digital.c \ @@ -202,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)