Skip to content

Commit

Permalink
chore: added different running options in makefile (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Dec 18, 2023
1 parent fd615e4 commit 861bb4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
run:
go run ./src

debug:
go run ./src -v

trace:
go run ./src -vv

setup:
go get ./...
go install github.com/dmarkham/enumer@latest
Expand All @@ -14,4 +23,4 @@ update:
go mod tidy

lint:
golangci-lint run
golangci-lint run

0 comments on commit 861bb4f

Please sign in to comment.