Simplistic Makefile to call sass

pull/161/head
progandy 2014-10-20 10:23:51 +02:00
parent e03e412f40
commit cd54212f23
1 changed files with 10 additions and 0 deletions

10
Makefile 100644
View File

@ -0,0 +1,10 @@
SASS=sass
css:
$(SASS) --update gtk-3.0/scss:gtk-3.0/gen
all: css
.PHONY: css
# vim: set ts=4 sw=4 tw=0 noet :