Initialize a repository for writeup
This commit is contained in:
8
MLFProposal/Makefile
Normal file
8
MLFProposal/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
ALL: proposal.pdf
|
||||
|
||||
%.pdf: %.tex Makefile
|
||||
pdflatex --enable-write18 $< && pdflatex $<
|
||||
#pdflatex $<
|
||||
|
||||
clean:
|
||||
rm -f *.aux *.bbl *.blg *.log *.pdf *.nav *.out *.snm *.toc
|
||||
Reference in New Issue
Block a user