Initialize a repository for writeup
This commit is contained in:
14
AlCapPSI/Makefile
Normal file
14
AlCapPSI/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
file = ProposalPSI
|
||||
|
||||
all:
|
||||
pdflatex $(file)
|
||||
bibtex $(file)
|
||||
pdflatex $(file)
|
||||
pdflatex $(file)
|
||||
|
||||
clean:
|
||||
rm *.aux *.log *.bbl *.dvi *.blg *.out *.toc
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user