aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-07-10 16:11:28 -0400
committerbnewbold <bnewbold@robocracy.org>2010-07-10 16:11:28 -0400
commit2262a0d83164058b24733e5bad8e58b199bd5743 (patch)
treef0a46106fb7dd7f210aa9ebb1bf263b1a821db76
parent36b1c5e1eab6042e240ff0db9e91f1881a79f8a1 (diff)
downloadlibrambutan-2262a0d83164058b24733e5bad8e58b199bd5743.tar.gz
librambutan-2262a0d83164058b24733e5bad8e58b199bd5743.zip
minor updates
-rw-r--r--.gitignore2
-rw-r--r--README4
-rw-r--r--TODO1
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 045cc51..c764a06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
build/
main.cpp
libmaple.layout
+tags
+TAGS
diff --git a/README b/README
index 2d0d816..5e88e11 100644
--- a/README
+++ b/README
@@ -67,6 +67,6 @@ You will also need to have dfu-util installed and on your path (on Linux) or
compiled and placed in a folder "dfu-util/" at the same level as the
maple-library folder (macosx and windows).
-Write your program using /main.cpp as the entry point. Then just 'make' and
-follow the directions!
+Write your program using /main.cpp as the entry point. Then just 'make help'
+and follow the directions!
diff --git a/TODO b/TODO
index d58f727..3829be2 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ Quick TODO --------------------------------------------------------------------
- write language unit test
- more maple-specific example programs
-- write gnu-toolchain howto
Peripherals -------------------------------------------------------------------