incompleat-gamester/Makefile
2024-06-15 01:16:10 -05:00

10 lines
224 B
Makefile

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
clean:
- rm -rf build