mirror of https://github.com/voidlizard/hbs2
wtf
This commit is contained in:
parent
ab14f1ddd3
commit
2f51bf9b57
6
Makefile
6
Makefile
|
@ -52,8 +52,8 @@ 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:
|
README.md:
|
||||||
pandoc README.md -t gfm -s -o README1.md --table-of-contents
|
> pandoc README.md -t gfm -s -o README1.md --table-of-contents
|
||||||
@mv README1.md README.md
|
> @mv README1.md README.md
|
||||||
@echo Remove old TOC before publishing!
|
> @echo Remove old TOC before publishing!
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue