view slide/Makefile @ 78:9e74525de978

Add Makefile
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Fri, 09 Feb 2018 19:49:57 +0900
parents
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