From 9f85a1204fd2f55455224637b1ce9a1df5ae1205 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 8 Apr 2011 15:09:43 +0300 Subject: mtd-utils: Makefile: introduce cscope target Add a "cscope" target to make it easier to develop in the repository. Indeed, many people like me are accustomed to "make cscope" in the kernel, and it is very convenient to have this in mtd-utils as well. Signed-off-by: Artem Bityutskiy --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f264e9..6a65258 100644 --- a/Makefile +++ b/Makefile @@ -64,3 +64,6 @@ install:: ${TARGETS} ${SCRIPTS} tests:: $(MAKE) -C $(TESTS) + +cscope: + cscope -bR -- cgit v1.2.3