We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd10e12 commit 619ebe7Copy full SHA for 619ebe7
1 file changed
GNUmakefile
@@ -90,7 +90,7 @@ endif
90
endif
91
92
93
-.PHONY: all clean rebuild check fresh_vc fresh_tcc fresh_legacy check_for_working_tcc
+.PHONY: all clean rebuild check fresh_vc fresh_tcc fresh_legacy check_for_working_tcc etags ctags
94
95
ifdef prod
96
VFLAGS+=-prod
@@ -213,3 +213,9 @@ install:
213
214
check:
215
$(VEXE) test-all
216
+
217
+etags:
218
+ ./v -print-v-files cmd/v | grep -v :parse_text| etags -L -
219
220
+ctags:
221
+ ./v -print-v-files cmd/v | grep -v :parse_text| ctags -L -
0 commit comments