Skip to content

Commit

Permalink
[cscope] Add cscope support for code navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusdeux committed Aug 18, 2024
1 parent ad4521b commit 58e0380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ DBG_TEST_FLAGS = $(DBG_FLAGS) $(LINKER_FLAGS)

tags:
@etags /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/**/*.h ./*.h ./**/*.c
@find -E `pwd` -type f -regex ".+\.(c|h)$ " > cscope.files # the <space> after "$" in the regex is because make throws an error saying missing double quote `"` after `$` otherwise. Idk why
@cscope -b -q

test_zdx_da:
@echo "--- Running tests on zdx_da.h release ---"
Expand Down

0 comments on commit 58e0380

Please sign in to comment.