From ff6e3c025658a5fa1affd094f220b623e7e1b24b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:38:23 +0200 Subject: Adding upstream version 6.338.2. Signed-off-by: Daniel Baumann --- compile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 compile (limited to 'compile') diff --git a/compile b/compile new file mode 100755 index 0000000..8310bc9 --- /dev/null +++ b/compile @@ -0,0 +1,4 @@ +#!/bin/sh +DIR=./build +[ -d $DIR ] || meson $DIR +ninja -C$DIR -- cgit v1.2.3