From 52ffda8300aed546dbfccba703c1a6e48d5a80b7 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 20 Feb 2006 19:01:34 +0000 Subject: [PATCH] Add devel target to build cscope/tags files for the JS stuff. --- exec/GNUmakefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/exec/GNUmakefile b/exec/GNUmakefile index 6c6125ef1f..4b82a81bf8 100644 --- a/exec/GNUmakefile +++ b/exec/GNUmakefile @@ -44,3 +44,14 @@ all : bullseye.bin \ %.bin : %.src $(BAJAPATH) @$(BAJAPATH) /q $< + +devel : tags cscope.out + +tags: cscope.files + exctags -VL cscope.files + +cscope.out: cscope.files + cscope -b + +cscope.files:: + find . -name '*.js' > cscope.files -- GitLab