Skip to content

Commit

Permalink
Add missing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Sep 20, 2022
1 parent 7e22c7b commit 1f82f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build:
go build -ldflags "-s -w -X main.version=`git tag --sort=-version:refname | head -n 1`" -o koker cmd/koker/main.go
run:
sudo go run cmd/koker/main.go

0 comments on commit 1f82f0b

Please sign in to comment.