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
8
Makefile
8
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue