view Makefile @ 29:f5f29660fa6a

html: Add global method to get the CSS code.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 09:18:20 -0800
parents 1eb3c8ac8940
children
line wrap: on
line source


RESOURCES=jouvence/resources

all: $(RESOURCES)/html_styles.css

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