working toward storing state in db

This commit is contained in:
2020-03-27 16:02:36 -07:00
parent 4f654a9423
commit 23c1b08798
14 changed files with 553 additions and 193 deletions

View File

@@ -23,10 +23,10 @@ ifneq ($(UNAME_S),Darwin)
GOFLAGS = -ldflags "-linkmode external -extldflags -static $(GOLDFLAGS)"
endif
default: run
default: build
rundebug: build
GOTRACEBACK=all DEBUG=1 ./$(FN)
debug: build
GOTRACEBACK=all FETA_DEBUG=1 ./$(FN)
run: build
./$(FN)