Skip to content

Commit

Permalink
Remove shit, compile html and pdf, makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 committed Feb 20, 2024
1 parent aae4a61 commit 3895630
Show file tree
Hide file tree
Showing 6 changed files with 1,087 additions and 24 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all: arfnet2.html arfnet2.pdf

arfnet2.html: arfnet2.md template.html
pandoc --template template.html -s arfnet2.md -o arfnet2.html

arfnet2.pdf: arfnet2.md
pandoc -s arfnet2.md -o arfnet2.pdf
Loading

0 comments on commit 3895630

Please sign in to comment.