projects
/
bloat
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use filesystem based kv store instead of sqlite
[bloat]
/
Makefile
1
.POSIX:
2
3
GO=go
4
5
all: web
6
7
PHONY:
8
9
web: main.go PHONY
10
$(GO) build $(GOFLAGS) -o web main.go
11
12
run: web
13
./web