mindfulness-the-game/Makefile
2023-06-05 09:32:40 -04:00

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