5 lines
78 B
Makefile
5 lines
78 B
Makefile
SRC=$(wildcard *.scss)
|
|
|
|
all: $(SRC)
|
|
sass include.scss ../static/css/site.css
|