web-site-public-php/css/Makefile

5 lines
109 B
Makefile

# Sass makefile, as a temporary test
style_sass.css: main.scss $(wildcard *.scss)
sassc -t nested -m $< $@