view slide/Makefile @ 12:e8fe28afe61e

fix slide
author ryokka
date Tue, 15 Jan 2019 15:56:33 +0900
parents a87fec07fd78
children b711209123f7
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


	# ls -lt ~/cr/lab-slides/slides/* | head -1 | awk -F ':' '{ print $1 }' | xargs -I slide_dir slideshow build slide_dir"/slide.md" --h2
    # 
# open /Applications/Google\ Chrome.app --args --app=$(TARGET).html