view Makefile @ 26:9d08d3bcb4ce

Fix some crashes with the console renderer.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Jan 2017 19:37:21 -0800
parents 1eb3c8ac8940
children
line wrap: on
line source


RESOURCES=jouvence/resources

all: $(RESOURCES)/html_styles.css

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