mirror of https://github.com/voidlizard/hbs2
Makefile
This commit is contained in:
parent
2b9cb3994f
commit
10181d1e34
6
Makefile
6
Makefile
|
@ -51,3 +51,9 @@ test-core:
|
||||||
test-raft:
|
test-raft:
|
||||||
> nix develop -c ghcid -c 'cabal repl' raft-algo -T RaftAlgo.Proto.devTest
|
> nix develop -c ghcid -c 'cabal repl' raft-algo -T RaftAlgo.Proto.devTest
|
||||||
|
|
||||||
|
README.md:
|
||||||
|
pandoc README.md -t gfm -s -o README1.md --table-of-contents
|
||||||
|
@mv README1.md README.md
|
||||||
|
@echo Remove old TOC before publishing!
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue