From 9a1b4be82d3d065479002f7e43b50d2748e566ad Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 7 Aug 2015 01:56:02 +0530 Subject: [PATCH] Run clean by default --- Makefile | 4 ++-- gtk-3.0/gtk.gresource.xml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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