summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-04-18 19:27:01 +0200
committerneoraider <devnull@localhost>2007-04-18 19:27:01 +0200
commit847645b3cc8dd32b51f9c0a42d0b4308fa40e4a5 (patch)
tree05305bd3207ac802f4730323574f1ce3435b665b /Makefile
parente7e1634240c78c7abbdc7fc6e0af1beddaea1d45 (diff)
downloadrc2007-rescue-847645b3cc8dd32b51f9c0a42d0b4308fa40e4a5.tar
rc2007-rescue-847645b3cc8dd32b51f9c0a42d0b4308fa40e4a5.zip
Makefile angepasst
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20d09eb..1345032 100644
--- a/Makefile
+++ b/Makefile
@@ -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)