Attempt to implement checkbox shitter
This commit is contained in:
parent
0f2400435f
commit
4aa09ce502
6 changed files with 143 additions and 13 deletions
6
Makefile
6
Makefile
|
|
@ -1,5 +1,11 @@
|
|||
# vim: noexpandtab ai sw=4 ts=4
|
||||
all: build
|
||||
|
||||
build:
|
||||
go run cmd/fetch-static/main.go
|
||||
go build -o gonotes cmd/server/main.go
|
||||
|
||||
run:
|
||||
./gonotes -c ./conf.toml
|
||||
|
||||
dev: build run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue