introduce 'types' to the make file in preparation of multiple forms of the game (full, condensed, quick reference)
This commit is contained in:
parent
d924393af4
commit
d8c0a48c1e
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue