diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-17 09:57:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-17 09:57:59 +0100 |
commit | ca5d7551235aac0df995ab8d67d0e473a2162abc (patch) | |
tree | 8729a14e2a8e9629bf192ae18941c5563933f347 /Makefile | |
parent | Some new icons and aliases (diff) | |
download | simple-icon-theme-ca5d7551235aac0df995ab8d67d0e473a2162abc.tar.gz simple-icon-theme-ca5d7551235aac0df995ab8d67d0e473a2162abc.tar.bz2 simple-icon-theme-ca5d7551235aac0df995ab8d67d0e473a2162abc.tar.xz |
New icons, more icons linked into claws-mail theme, and installation of claws-mail theme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |