diff --git a/Makefile b/Makefile index 7b56e49..cc651b5 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SCSS_DIR=$(RES_DIR)/scss DIST_DIR=$(RES_DIR)/dist INSTALL_DIR=$(DESTDIR)/usr/share/themes/Ozon -all: gresource +all: clean gresource css: $(SASS) --update $(SASSFLAGS) $(SCSS_DIR):$(DIST_DIR) @@ -14,7 +14,7 @@ css: gresource: css $(GLIB_COMPILE_RESOURCES) --sourcedir=$(RES_DIR) $(RES_DIR)/gtk.gresource.xml -watch: +watch: clean while true; do \ make gresource; \ inotifywait @gtk.gresource -qr -e modify -e create -e delete $(RES_DIR); \ diff --git a/gtk-3.0/gtk.gresource.xml b/gtk-3.0/gtk.gresource.xml index 47bc2ea..7bba375 100644 --- a/gtk-3.0/gtk.gresource.xml +++ b/gtk-3.0/gtk.gresource.xml @@ -39,8 +39,6 @@ assets/radio-unchecked-insensitive.png assets/radio-unchecked.png dist/gtk.css - dist/gtk.css.map dist/gtk-dark.css - dist/gtk-dark.css.map