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 --- apps/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/Makefile (limited to 'apps/Makefile') 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 -- cgit v1.2.3-70-g09d2