summaryrefslogtreecommitdiffstats
path: root/build.unix.generic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.unix.generic.sh')
-rwxr-xr-xbuild.unix.generic.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.unix.generic.sh b/build.unix.generic.sh
deleted file mode 100755
index 21be74d..0000000
--- a/build.unix.generic.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cmake -B build -DCMAKE_BUILD_TYPE=Release || exit 1
-cmake --build build --parallel $(nproc) || exit 1
-exit 0