adding missing pieces
This commit is contained in:
13
fpcp2019_proceeding_unfinished/Makefile
Normal file
13
fpcp2019_proceeding_unfinished/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
DOC=fpcp2019
|
||||
INPUT=$(DOC).tex
|
||||
TARGET=$(DOC).pdf
|
||||
TEX=pdflatex -shell-escape
|
||||
|
||||
default: $(TARGET)
|
||||
|
||||
$(TARGET): $(INPUT) Makefile
|
||||
$(TEX) $< && $(TEX) $<
|
||||
|
||||
clean:
|
||||
rm -f $(DOC).{pdf,out,aux,log}
|
||||
rm -f *.{out,aux,log,bbl,blg}
|
||||
Reference in New Issue
Block a user