view presen/Makefile @ 20:14c29d30af86

Update
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Mon, 15 May 2017 18:14:36 +0900
parents
children
line wrap: on
line source

TARGET = slide

.SUFFIXES: .md .html

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

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

clean: 
	rm -f *.html