summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \