8 lines
160 B
Makefile
8 lines
160 B
Makefile
all: mindfulness_the_game.pdf
|
|
|
|
mindfulness_the_game.pdf : mindfulness_the_game.md
|
|
pandoc -o mindfulness_the_game.pdf mindfulness_the_game.md
|
|
|
|
clean:
|
|
rm *.pdf
|