report for 1809 keV emission rate
This commit is contained in:
18
r15a_1809_rate/Makefile
Normal file
18
r15a_1809_rate/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
DOC=r15a_gamma
|
||||
INPUT=$(DOC).tex
|
||||
TARGET=$(DOC).pdf
|
||||
TEX=pdflatex
|
||||
|
||||
default: $(TARGET)
|
||||
|
||||
# $(TARGET): $(INPUT) Makefile *.bib
|
||||
$(TARGET): $(INPUT) Makefile
|
||||
$(TEX) $< && $(TEX) $<
|
||||
# $(TEX) $<
|
||||
# bibtex jrnl.aux
|
||||
# bibtex thes.aux
|
||||
# bibtex proc.aux
|
||||
|
||||
clean:
|
||||
rm -f $(DOC).{pdf,out,aux,log}
|
||||
rm -f *.{pdf,out,aux,log,bbl,blg}
|
||||
Reference in New Issue
Block a user