web-site-public-php/css/Makefile
2024-05-04 15:04:02 -04:00

4 lines
109 B
Makefile

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