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.

9 lines
157 B

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