Revision c89857074e85d3e843cda9f33a19a30808b40c06 authored by EPiQC on 08 July 2019, 18:49:30 UTC, committed by GitHub on 08 July 2019, 18:49:30 UTC
macOS Makefile correction
Makefile
PAPER = Documentation
TEX = $(wildcard *.tex)
BIB = references.bib
FIGS = $(wildcard figures/*.pdf figures/*.png graphs/*.pdf graphs/*.png)
.PHONY: all clean
$(PAPER).pdf: $(TEX) $(BIB) $(FIGS) jpaper.cls
echo $(FIGS)
pdflatex $(PAPER)
bibtex $(PAPER)
pdflatex $(PAPER)
pdflatex $(PAPER)
clean:
rm -rf *.aux *.bbl *.blg *.log *.out $(PAPER).pdf

Computing file changes ...