Skip to content
Snippets Groups Projects
Commit 2c034e12 authored by deuce's avatar deuce
Browse files

Although exuberant ctags supports JavaScript, the support pretty much sucks.

Remove the devel target.
parent 52ffda83
Branches
Tags
No related merge requests found
...@@ -44,14 +44,3 @@ all : bullseye.bin \ ...@@ -44,14 +44,3 @@ all : bullseye.bin \
%.bin : %.src $(BAJAPATH) %.bin : %.src $(BAJAPATH)
@$(BAJAPATH) /q $< @$(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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment