diff Paper/Makefile @ 3:66397d86aa5b

fix template bug
author riono <e165729@ie.u-ryukyu.ac.jp>
date Tue, 04 Jan 2022 18:16:15 +0900
parents 946b23977773
children 3795fd2db3e7
line wrap: on
line diff
--- a/Paper/Makefile	Mon Jan 03 18:00:27 2022 +0900
+++ b/Paper/Makefile	Tue Jan 04 18:16:15 2022 +0900
@@ -28,7 +28,7 @@
 	$(BIBTEX) $(TARGET)
 	-$(MAKEINDEX) $(TARGET)
 	@echo "\t second..."
-	$(LATEX) $(TARGET) > /dev/null
+	$(LATEX) $(TARGET)
 
 
 open:$(TARGET).pdf