summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-18 10:24:32 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-18 10:24:32 +0200
commit7a0771215d9bd52dc9d6913abee56a9f62893d3e (patch)
tree4e81472da16b953307f6a416067cf9e3c7c1d223 /Makefile
parent041b2dd29d30a8ecadca22ef25282cbad672d94e (diff)
downloadbokf-0.1.13.tar.gz
bokf-0.1.13.zip
deploy: cross-compile arm64 binaries on the dev machinev0.1.13
The target only assembles the image from prebuilt binaries, so redeploys no longer compile sqlite/argon2 on the NAS. New deploy/Dockerfile.cross provides the gcc-aarch64-linux-gnu toolchain; the Dockerfile uses .prebuilt/ when present.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 418dc8e..d35176b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DEPFLAGS = -MMD -MP
CPPFLAGS = -Isrc -Iclients -Ivendor -Ivendor/argon2
DEFS = -D_GNU_SOURCE -DARGON2_NO_THREADS -DBOKF_VERSION=\"$(VERSION)\"
-BUILD = build
+BUILD ?= build
VENDOR_SRC = vendor/sqlite3.c vendor/yyjson.c vendor/sha256.c \
vendor/argon2/argon2.c vendor/argon2/core.c \