comparison paper/Makefile @ 66:40ae32725e55

Add push/pop description
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sat, 04 Feb 2017 12:23:25 +0900
parents 5c0e43b1b559
children 0e0b389d2ee4
comparison
equal deleted inserted replaced
65:c0693ad89f04 66:40ae32725e55
30 30
31 # commands 31 # commands
32 .PHONY : clean all open remake 32 .PHONY : clean all open remake
33 33
34 clean: 34 clean:
35 rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core *.cpt *.lof *.lot *.lol *.bbl *.blg *.idx 35 rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core *.cpt *.lof *.lot *.lol *.bbl *.blg *.idx src/*.replaced
36 36
37 all: $(TARGET).pdf 37 all: $(TARGET).pdf
38 38
39 open: $(TARGET).pdf 39 open: $(TARGET).pdf
40 open $(TARGET).pdf 40 open $(TARGET).pdf