show: make highlight legible
[debiancodesearch.git] / Makefile
blobcbbfedcd72b4c80f94be96f3f9afdf246226eed3
1 install:
2 go install github.com/Debian/dcs/cmd/...
4 push:
5 ./push-ex62.zsh
7 test:
8 go test -count=1 -v -race github.com/Debian/dcs/...
10 docs: contrib/ksy/meta.dot contrib/ksy/docidmap.dot
11 dot -Tsvg contrib/ksy/meta.dot > howto/meta.svg
12 dot -Tsvg contrib/ksy/docidmap.dot > howto/docidmap.svg