From ca5d7551235aac0df995ab8d67d0e473a2162abc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Feb 2024 09:57:59 +0100 Subject: New icons, more icons linked into claws-mail theme, and installation of claws-mail theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32c20a0..7969201 100644 --- a/Makefile +++ b/Makefile @@ -30,17 +30,21 @@ generated.mk: $(CONFIGFILE) icons.mk Makefile check-icon-listing check-icon-listing: check/check-icon-listing.c $(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) +check: + +cd apps && $(MAKE) check + clean: -rm -rf -- index.theme *.o *.su conv generated.mk scalable-"$(DIR_SUFFIX_)" -rm -f -- check-icon-listing -for s in $(SIZES); do printf "$${s}x$${s}$(DIR_SUFFIX)\n"; done | xargs rm -rf -- + -+cd apps && $(MAKE) clean # These are just added so autocompletion works with them -all all-fast all-fast-icons install uninstall index.theme conv: generated.mk +all all-fast all-fast-icons all-apps install uninstall index.theme conv: generated.mk +@$(MAKE) -f mk/make-stage-2.mk $@ .DEFAULT: +@$(MAKE) generated.mk +@$(MAKE) -f mk/make-stage-2.mk $@ -.PHONY: all all-fast all-fast-icons install uninstall clean +.PHONY: all check all-fast all-fast-icons all-apps install uninstall clean -- cgit v1.2.3-70-g09d2