Files
fincom/static/sass/Makefile

5 lines
71 B
Makefile

SRC=$(wildcard *.scss)
all: $(SRC)
sass include.scss ../css/site.css