diff Paper/Makefile @ 2:946b23977773

update history chapter
author riono <e165729@ie.u-ryukyu.ac.jp>
date Mon, 03 Jan 2022 18:00:27 +0900
parents fc9517b7a304
children 66397d86aa5b
line wrap: on
line diff
--- a/Paper/Makefile	Mon Jan 03 17:24:25 2022 +0900
+++ b/Paper/Makefile	Mon Jan 03 18:00:27 2022 +0900
@@ -19,7 +19,7 @@
 	@echo "========== GENERATE PDF file =========="
 	$(LATEX) $(TARGET) > /dev/null
 	$(DVIPDFM) $(TARGET)
-
+	open $(TARGET).pdf
 
 $(TARGET).dvi: $(wildcard *.tex) $(wildcard chapter/*.tex)
 	@echo "========== PUBLISHING =========="