readme edits
This commit is contained in:
parent
befd4a6435
commit
3255cd32d7
7 changed files with 196 additions and 63 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
all: markdown README.html
|
||||
$(MAKE) -C 00
|
||||
$(MAKE) -C 01
|
||||
$(MAKE) -C 02
|
||||
markdown: markdown.c
|
||||
$(CC) -O2 -o markdown -Wall -Wconversion -Wshadow -std=c89 markdown.c
|
||||
README.html: markdown README.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue