Cursed Conlang Circus 3 submission
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
184 B

3 months ago
  1. .PHONY: all clean
  2. all: slides.pdf
  3. slides.pdf: slides.tex
  4. latexmk -xelatex slides -interaction=nonstopmode
  5. clean:
  6. latexmk -c slides
  7. rm script.tex
  8. deepclean: clean
  9. rm -f slides.pdf