diff options
author | neoraider <devnull@localhost> | 2007-04-18 19:27:01 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2007-04-18 19:27:01 +0200 |
commit | 847645b3cc8dd32b51f9c0a42d0b4308fa40e4a5 (patch) | |
tree | 05305bd3207ac802f4730323574f1ce3435b665b /Makefile | |
parent | e7e1634240c78c7abbdc7fc6e0af1beddaea1d45 (diff) | |
download | rc2007-rescue-847645b3cc8dd32b51f9c0a42d0b4308fa40e4a5.tar rc2007-rescue-847645b3cc8dd32b51f9c0a42d0b4308fa40e4a5.zip |
Makefile angepasst
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ robocup.elf: $(FILES:%=%.o) @avr-g++ -MM -mmcu=atmega32 -Os -MF $@ -MT $(patsubst %.cpp,%.o,$<) -MT $@ $< program: robocup.hex - sudo avrdude -P usb -c avrisp2 -p m32 -U $< + sudo avrdude -P usb -c avrisp2 -p m32 -U flash:w:$< clean: rm -f robocup.hex robocup.elf $(FILES:%=%.o) $(FILES:%=%.d) |