add makefile for cheatsheet
This commit is contained in:
parent
18062d9820
commit
0207e5c5e0
|
@ -0,0 +1,3 @@
|
|||
cheatsheet.aux
|
||||
cheatsheet.log
|
||||
cheatsheet.pdf
|
|
@ -0,0 +1,11 @@
|
|||
.PHONY: all clean
|
||||
|
||||
all: cheatsheet.pdf
|
||||
|
||||
clean:
|
||||
rm -f cheatsheet.aux
|
||||
rm -f cheatsheet.log
|
||||
rm -f cheatsheet.pdf
|
||||
|
||||
cheatsheet.pdf: cheatsheet.tex
|
||||
pdflatex $<
|
Loading…
Reference in New Issue