Skip to content

Commit

Permalink
feat: add Taskfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhluo committed May 5, 2023
1 parent 79ad35c commit fa8faa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 3

tasks:
build:
cmds:
- go build ./cmd/winproxy

install:
cmds:
- go install ./cmd/winproxy

0 comments on commit fa8faa7

Please sign in to comment.