view slide/Makefile @ 5:94ac73bc7829

update
author mir3636
date Mon, 21 Jan 2019 14:31:36 +0900
parents e8e6cd60b9b3
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