aboutsummaryrefslogtreecommitdiff
path: root/embed_win.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-12 12:07:57 +0200
committerkdx <kikoodx@paranoici.org>2023-06-12 12:07:57 +0200
commit762808190ed93824ba3e4139a153ebf0699bb3f8 (patch)
tree14b516c2ab1e56d8f941b452f81f4330e6db2ce9 /embed_win.sh
parent0bf3be956c9cc8d919aea9f1c6f4ab7f3b735a52 (diff)
downloadorga-762808190ed93824ba3e4139a153ebf0699bb3f8.tar.gz
makefile
Diffstat (limited to 'embed_win.sh')
-rwxr-xr-xembed_win.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed_win.sh b/embed_win.sh
index 0e5b5be..66704fd 100755
--- a/embed_win.sh
+++ b/embed_win.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-./build.sh
+make -Bj
TMPASM="$(mktemp)"
cd "$(dirname "$1")" || exit 1
m4 "$(basename "$1")" >"$TMPASM" || exit 1