Mercurial > hg > Papers > 2014 > kaito_mid_thesis
view Makefile @ 5:29901d3f319d
cut all subusubsection , remove data segment section , add LLVM and clang subsection
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 06 Nov 2013 18:10:16 +0900 |
parents | cc02718aa4be |
children |
line wrap: on
line source
TARGET=2013_mid TEX=platex DVIPDF=dvipdfmx .SUFFIXES: .tex .dvi .pdf all: $(TARGET).pdf open $(TARGET).pdf $(TARGET).dvi: $(TARGET).tex $(TARGET).pdf: $(TARGET).dvi .tex.dvi: $(TEX) $< $(TEX) $< .dvi.pdf: $(DVIPDF) $< clean: rm -f $(TARGET).dvi $(TARGET).aux $(TARGET).log rm -f $(TARGET).pdf *~