view Makefile @ 30:ff71a3e7fab0

html: Don't make a notes section if there are no notes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 09:18:36 -0800
parents 1eb3c8ac8940
children
line wrap: on
line source


RESOURCES=jouvence/resources

all: $(RESOURCES)/html_styles.css

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