summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4b6eae643301075dadd270a4302e0e70433c063c (plain)
1
2
3
4
5
6
7
8
9
10
11
RM = rm -f
CP = cp
PATCH = patch
SASS = sass
PHP = php5

all: style.css screen.css print.css

%.css: %.scss
	$(SASS) $< $@