chore: add a static make target

This commit is contained in:
Stéphane Lesimple
2020-08-27 19:00:13 +02:00
parent 4d2e0ba32c
commit 49eecc0a6f

View File

@@ -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