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

View file

@ -1,9 +1,11 @@
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 \ pandoc --pdf-engine=xelatex \
-V papersize:letter \ -V papersize:letter \
-o mindfulness_the_game.pdf \ -o release/mindfulness_the_game.pdf \
mindfulness_the_game.md mindfulness_the_game.md
clean: clean: