diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-04 23:18:29 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-04 23:18:29 -0500 |
commit | 5b07707cdaa6268e1a984727bb907a7b10e8ada7 (patch) | |
tree | afa900772a095137e84e3e8b56721eab7db60121 /Makefile | |
parent | 12277ce5ac4a81a1f42b7fd695dafbf195c6f8e3 (diff) | |
parent | 91f1b596c63407aaea9a1d17d31243c47b4f8d20 (diff) | |
download | librambutan-5b07707cdaa6268e1a984727bb907a7b10e8ada7.tar.gz librambutan-5b07707cdaa6268e1a984727bb907a7b10e8ada7.zip |
Merge remote branch 'origin/refactor' into refactor
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` |