incompleat-gamester/Makefile

11 lines
327 B
Makefile
Raw Normal View History

2024-06-15 06:16:10 +00:00
all:
- mkdir -p build/
- cp -R src/images build/
- cp src/*.jpg build/
- cp src/*.png build/
- xelatex --output-format=pdf --output-directory=build/ --directory=src/ ./src/IncompleatGamester.tex
2024-06-15 10:31:06 +00:00
- xelatex --output-format=pdf --output-directory=build/ --directory=src/ ./src/IncompleatGamester.tex
2024-06-15 06:16:10 +00:00
clean:
- rm -rf build