web-site-public-php/css/Makefile

5 lines
109 B
Makefile
Raw Permalink Normal View History

2024-05-04 19:04:02 +00:00
# Sass makefile, as a temporary test
style_sass.css: main.scss $(wildcard *.scss)
sassc -t nested -m $< $@