view slide/Makefile @ 19:68ea0500773f

update
author mir3636
date Wed, 30 Jan 2019 19:36:41 +0900 (2019-01-30)
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