numix-gtk-theme/Makefile

11 lines
121 B
Makefile
Raw Normal View History

2014-10-20 08:23:51 +00:00
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 :