aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-08-19 15:53:28 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-08-19 15:53:28 +0200
commit214ec8c9220c31c49c8e86bacd117fde54fea2aa (patch)
treeca74b0ea186b7e1b3634ce06e5670150b2ff1e28
parent22c9976f7501b4a5fbe56349cbbb6705936b98eb (diff)
downloadhourglass-214ec8c9220c31c49c8e86bacd117fde54fea2aa.tar.gz
hourglass-214ec8c9220c31c49c8e86bacd117fde54fea2aa.tar.bz2
hourglass-214ec8c9220c31c49c8e86bacd117fde54fea2aa.zip
Add AVRdude terminal
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3d4b0d..ce838c5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,6 @@ sanduhr.hex: sanduhr.elf
program: sanduhr.hex
avrdude -p m88 -c avrispmkII -U flash:w:sanduhr.hex -v -P usb
+
+terminal:
+ avrdude -p m88 -c avrispmkII -t -v -P usb