view slide/Makefile @ 123:e3add21ad663

Fix history position
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Thu, 01 Mar 2018 13:47:38 +0900
parents 9e74525de978
children
line wrap: on
line source

TARGET = slide

.SUFFIXES: .md .html

.md.html:
	slideshow b $< -t s6cr --h2

all: $(TARGET).html
	open $(TARGET).html

clean: 
	rm -f *.html