diff Paper/Makefile~ @ 1:878e70793abe

mkdir Paper
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 17 Nov 2011 09:18:31 +0900
parents Makefile~@9fc7603e8e8b
children 9314b8c2dfd9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Paper/Makefile~	Thu Nov 17 09:18:31 2011 +0900
@@ -0,0 +1,11 @@
+all: nobu-graduation.pdf
+
+nobu-graduation.pdf: nobu-graduation.dvi
+	dvipdfmx nobu-graduation.dvi
+	open nobu-graduation.pdf
+
+nobu-graduation.dvi: nobu-graduation.tex
+	platex nobu-graduation.tex
+
+clean:
+	rm *.{log,aux,dvi,pdf}
\ No newline at end of file