Compile to gonotes

This commit is contained in:
Maximilian Friedersdorff 2025-06-25 22:52:33 +01:00
parent a9e304ee08
commit 28438725c7
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ main
saved_notes saved_notes
static static
conf.toml conf.toml
gonotes

View file

@ -2,5 +2,4 @@ all: build
build: build:
go run cmd/fetch-static/main.go go run cmd/fetch-static/main.go
go build cmd/server/main.go go build -o gonotes cmd/server/main.go