From 91f1b596c63407aaea9a1d17d31243c47b4f8d20 Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Wed, 2 Mar 2011 00:30:19 -0500 Subject: cscope: Find .S instead of .s files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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"` -- cgit v1.2.3