changeset 78:9e74525de978

Add Makefile
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Fri, 09 Feb 2018 19:49:57 +0900
parents 161db9fd907a
children 38985caa33d4
files slide/Makefile
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/Makefile	Fri Feb 09 19:49:57 2018 +0900
@@ -0,0 +1,12 @@
+TARGET = slide
+
+.SUFFIXES: .md .html
+
+.md.html:
+	slideshow b $< -t s6cr --h2
+
+all: $(TARGET).html
+	open $(TARGET).html
+
+clean: 
+	rm -f *.html