makefile
parent
c7b61d048f
commit
01a757afbf
@ -1,2 +1,7 @@
|
||||
*~
|
||||
__pycache__
|
||||
passwords.liq
|
||||
*.wav
|
||||
*.mp3
|
||||
*.ogg
|
||||
*.html
|
||||
|
@ -0,0 +1,7 @@
|
||||
|
||||
README.html: README.md
|
||||
pandoc --from markdown \
|
||||
--to html5 \
|
||||
--standalone \
|
||||
--css style.css \
|
||||
$< -o $@
|
Loading…
Reference in New Issue