Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 6, 2024
1 parent 8ba5557 commit ec2e2ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
sentry-journald:
go build

fmt:
go fmt

serve:
find . -name '*.go' | entr -r go run main.go

0 comments on commit ec2e2ed

Please sign in to comment.