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 /apps/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 'apps/Makefile')
-rw-r--r-- | apps/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile new file mode 100644 index 0000000..5916382 --- /dev/null +++ b/apps/Makefile @@ -0,0 +1,9 @@ +.POSIX: + +APPS =\ + claws-mail + +include ../mk/xdestdir.mk + +.DEFAULT: + +set -e; for a in $(APPS); do (cd -- "$$a" && $(MAKE) DESTDIR="$(XDESTDIR)" "$@"); done |