view Makefile @ 8:1f58f03815f9

Added a bullet about switching between branches being fast on the speed slide. Added a makefile.
author Brian Neal <bgneal@gmail.com>
date Mon, 14 Nov 2011 20:39:48 -0600
parents
children d0f34c9c8a76
line wrap: on
line source
all: slides.html
.PHONY: all

slides.html: slides.rst slides.css slides.cfg
	landslide slides.cfg

.PHONY: clean
clean:
	rm slides.html