Skip to content

Instantly share code, notes, and snippets.

@kkleidal
Created October 1, 2015 16:24
Show Gist options
  • Select an option

  • Save kkleidal/5295abd5adb747946694 to your computer and use it in GitHub Desktop.

Select an option

Save kkleidal/5295abd5adb747946694 to your computer and use it in GitHub Desktop.
Tex Makefile
SRC_FILES=*.tex
pdf:
pdflatex $(SRC_FILES)
clean:
rm *.aux *.log *.pdf
all: pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment