Skip to content

Commit

Permalink
Update Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devlights committed Sep 10, 2023
1 parent 71fc45c commit 4d66524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ tasks:
- go clean
- rm -f ./try-golang
- rm -rf ./.task
tags:
desc: Make tags (Require universal-ctags)
cmds:
- ctags -R .
install-requirements:
desc: install required libraries
cmds:
Expand Down

0 comments on commit 4d66524

Please sign in to comment.