aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-04 23:18:29 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-04 23:18:29 -0500
commit5b07707cdaa6268e1a984727bb907a7b10e8ada7 (patch)
treeafa900772a095137e84e3e8b56721eab7db60121 /Makefile
parent12277ce5ac4a81a1f42b7fd695dafbf195c6f8e3 (diff)
parent91f1b596c63407aaea9a1d17d31243c47b4f8d20 (diff)
downloadlibrambutan-5b07707cdaa6268e1a984727bb907a7b10e8ada7.tar.gz
librambutan-5b07707cdaa6268e1a984727bb907a7b10e8ada7.zip
Merge remote branch 'origin/refactor' into refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 149f54a..01e1e72 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ debug:
cscope:
rm -rf *.cscope
- find . -name '*.[hcs]' -o -name '*.cpp' | xargs cscope -b
+ find . -name '*.[hcS]' -o -name '*.cpp' | xargs cscope -b
tags:
etags `find . -name "*.c" -o -name "*.cpp" -o -name "*.h"`