Compile to gonotes
This commit is contained in:
parent
a9e304ee08
commit
28438725c7
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ main
|
||||||
saved_notes
|
saved_notes
|
||||||
static
|
static
|
||||||
conf.toml
|
conf.toml
|
||||||
|
gonotes
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue