aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 -------------------------------------------------------------------