Mercurial > hg > Papers > 2015 > atton-thesis
view Makefile @ 42:4cc65012412f
Add proofs of functor-laws on delta
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 13 Feb 2015 17:13:23 +0900 |
parents | 37d9ab64d4c8 |
children | 12c5e455fe55 |
line wrap: on
line source
# target name TARGET=main # dependencies $(TARGET).pdf : $(TARGET).dvi dvipdfmx $< $(TARGET).dvi : $(wildcard *.tex) $(wildcard fig/*.pdf) platex $(TARGET).tex platex $(TARGET).tex platex $(TARGET).tex # commands .PHONY : clean all open remake setup clean: rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core *.cpt *.lof *.lot *.lol all: $(TARGET).pdf open: $(TARGET).pdf open $(TARGET).pdf remake: make clean make all setup: extractbb fig/*.pdf ruby replace_agda.rb