diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 04:59:41 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 19:15:04 -0400 |
| commit | d2f30040f82fb82e64b6df0a2db6214dfd9db88c (patch) | |
| tree | e4c0bd908c530e00bbae201396437df17b994885 /Makefile | |
| parent | 47d3326f3a6e6bbfcfa9efcd6d5658dbc517898b (diff) | |
Makefile: fix cscope target.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -152,13 +152,13 @@ help: @echo "" @echo "Other targets:" @echo " clean: Remove all build and object files" - @echo " help: Show this message" @echo " doxygen: Build Doxygen HTML and XML documentation" + @echo " help: Show this message" @echo " mrproper: Remove all generated files" @echo "" cscope: - rm -rf *.cscope + rm -rf cscope.* find . -name '*.[hcS]' -o -name '*.cpp' | xargs cscope -b tags: |
