aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-17 09:57:59 +0100
committerMattias Andrée <maandree@kth.se>2024-02-17 09:57:59 +0100
commitca5d7551235aac0df995ab8d67d0e473a2162abc (patch)
tree8729a14e2a8e9629bf192ae18941c5563933f347 /apps/Makefile
parentSome new icons and aliases (diff)
downloadsimple-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/Makefile9
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