From 49eecc0a6ff22fb33eda2776d30707cb05839dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Thu, 27 Aug 2020 19:00:13 +0200 Subject: [PATCH] chore: add a static make target --- GNUmakefile.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile.template b/GNUmakefile.template index 6f280db..f87d807 100644 --- a/GNUmakefile.template +++ b/GNUmakefile.template @@ -346,3 +346,6 @@ windist: cp -vr $(MINGWROOT)/share/themes/MS-Windows dist/share/themes/ cp -vr $(MINGWROOT)/lib/gtk-2.0 dist/lib/ find dist -type f -name "*.a" -delete + +static: dvdisaster + $(CC) $(LOPTS) $(OFILES) $(LIBS) -pthread -static -o dvdisaster-static