diff --git a/Makefile b/Makefile index 75bfbf5..f319f6b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,8 @@ +sentry-journald: + go build + +fmt: + go fmt + serve: find . -name '*.go' | entr -r go run main.go