introduce 'types' to the make file in preparation of multiple forms of the game (full, condensed, quick reference)

This commit is contained in:
KemoNine 2023-06-17 10:51:05 -04:00
parent d924393af4
commit d8c0a48c1e
1 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,12 @@
all: mindfulness_the_game.pdf
all: full_game
mindfulness_the_game.pdf : mindfulness_the_game.md
full_game: release/mindfulness_the_game.pdf
release/mindfulness_the_game.pdf : mindfulness_the_game.md
pandoc --pdf-engine=xelatex \
-V papersize:letter \
-o mindfulness_the_game.pdf \
-o release/mindfulness_the_game.pdf \
mindfulness_the_game.md
clean:
rm *.pdf