Skip to content
Snippets Groups Projects
Commit 52ffda83 authored by deuce's avatar deuce
Browse files

Add devel target to build cscope/tags files for the JS stuff.

parent 9035a6ef
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment