view Makefile @ 31:9ae14e9615e6

docs: Add Sphynx documentation and code docstrings.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 15 Jan 2017 22:41:49 -0800
parents 1eb3c8ac8940
children
line wrap: on
line source


RESOURCES=jouvence/resources

all: $(RESOURCES)/html_styles.css

%.css: %.scss
	scss $< $@