summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/autogen.sh
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-02-06 15:41:04 +0100
committersicarius <devnull@localhost>2007-02-06 15:41:04 +0100
commitb18b9a546b64e44dfd0e301c6d49143c3bca30a1 (patch)
treee1e2c88925cbe54142afcdac69ea880c50693d64 /source/Concept/Framework/autogen.sh
parent5204e47c8cc78d57c206d9574b4b76d3b19871ed (diff)
downloadrc2007-soccer-b18b9a546b64e44dfd0e301c6d49143c3bca30a1.tar
rc2007-soccer-b18b9a546b64e44dfd0e301c6d49143c3bca30a1.zip
Added Sourcfiles for Framework
Diffstat (limited to 'source/Concept/Framework/autogen.sh')
-rwxr-xr-xsource/Concept/Framework/autogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Concept/Framework/autogen.sh b/source/Concept/Framework/autogen.sh
new file mode 100755
index 0000000..e6476b5
--- /dev/null
+++ b/source/Concept/Framework/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+make
+avrdude -p atmega128 -c stk200 -P /dev/parport0 -U flash:w:main.HEX
+
+exit