add makefile for cheatsheet
This commit is contained in:
parent
65982553cb
commit
d65263a876
|
@ -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