aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2010-04-11 14:28:08 -0400
committerbnewbold <bnewbold@robocracy.org>2010-05-20 22:09:15 -0400
commit85fb99616fee3b1973ac760ce3b5143686c9dfc5 (patch)
treec5cdc1656108290f850a50d30767aa6626d0ea26 /Makefile
parent9088e1df65a6f7c223e20f2bc83a6da63161d300 (diff)
downloadlibrambutan-85fb99616fee3b1973ac760ce3b5143686c9dfc5.tar.gz
librambutan-85fb99616fee3b1973ac760ce3b5143686c9dfc5.zip
removed usb files from the libmaple into the application level core lib.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a14670..2a86142 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,10 @@ info:
all: info
+tags:
+ etags `find . -name "*.c" -o -name "*.cpp" -o -name "*.h"`
+ @echo "Made TAGS file for EMACS code browsing"
+
$(BUILD_PATH):
mkdir -p build