Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaphe committed Nov 22, 2020
1 parent a5223e0 commit fcc1758
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.PHONY: all clean

all : README.html

README.html : README.md
md2html --github $< -o $@

clean :
rm -f README.html

0 comments on commit fcc1758

Please sign in to comment.