Skip to content

Commit c4974f5

Browse files
committed
Use ctags instead of the gotags
1 parent 1e435bd commit c4974f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ifeq ($(PREFIX),/)
99
endif
1010

1111
all:
12-
-gotags -R . > tags
12+
-ctags -R
1313
go build -ldflags "-s -w" -tags nethttpomithttp2 -mod=vendor
1414

1515
man: $(MANPAGE)

0 commit comments

Comments
 (0)