Mercurial > hg > Papers > 2015 > atton-thesis
comparison Makefile @ 27:e30a02baba55
Fix function name
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 11 Feb 2015 12:37:46 +0900 |
parents | 11015b94a5cd |
children | 37d9ab64d4c8 |
comparison
equal
deleted
inserted
replaced
26:de3397af1f8d | 27:e30a02baba55 |
---|---|
13 | 13 |
14 # commands | 14 # commands |
15 .PHONY : clean all open remake | 15 .PHONY : clean all open remake |
16 | 16 |
17 clean: | 17 clean: |
18 rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core *.cpt | 18 rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core *.cpt *.lof *.lot *.lol |
19 | 19 |
20 all: $(TARGET).pdf | 20 all: $(TARGET).pdf |
21 | 21 |
22 open: $(TARGET).pdf | 22 open: $(TARGET).pdf |
23 open $(TARGET).pdf | 23 open $(TARGET).pdf |