1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-15 17:26:15 +02:00

markdown: add it and write some

This commit is contained in:
Zygo Blaxell
2016-11-16 15:28:09 -05:00
parent cca0ee26a8
commit d126ebf930
3 changed files with 94 additions and 1 deletions

View File

@ -1,4 +1,4 @@
default install all: lib src test
default install all: lib src test README.html
clean:
git clean -dfx
@ -13,3 +13,7 @@ src: lib
test: lib src
$(MAKE) -C test
README.html: README.md
markdown README.md > README.html.new
mv -f README.html.new README.html