From 2c034e12ce006f9acecc2654d9a43bdb5287664a Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 20 Feb 2006 19:15:38 +0000
Subject: [PATCH] Although exuberant ctags supports JavaScript, the support
 pretty much sucks. Remove the devel target.

---
 exec/GNUmakefile | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/exec/GNUmakefile b/exec/GNUmakefile
index 4b82a81bf8..6c6125ef1f 100644
--- a/exec/GNUmakefile
+++ b/exec/GNUmakefile
@@ -44,14 +44,3 @@ 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