mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
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 :
|