view slide/Makefile @ 16:989de96fe049

fix slide
author ryokka
date Thu, 22 Feb 2018 03:18:45 +0900
parents 9af6c3636ea0
children
line wrap: on
line source

TARGET = slide

.SUFFIXES: .md .html

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

all: $(TARGET).html
	open $(TARGET).html -a Google\ Chrome

clean: 
	rm -f *.html