aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-20 23:00:26 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-20 23:00:26 +0200
commitfe40173f32b14e012044b39f0f63c2613787e725 (patch)
tree07768324fc895847769496ff7b9facd784c123f6
parent9b1021e3d5c42a28a97517a4e07f37cde0b5b8a3 (diff)
downloadbokf-fe40173f32b14e012044b39f0f63c2613787e725.tar.gz
bokf-fe40173f32b14e012044b39f0f63c2613787e725.zip
build: gate builds the clients too, not just the tests
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 43b5417..eac1bd7 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ test-ubsan:
gate:
$(MAKE) clean
+ $(MAKE) WERROR=1 all
$(MAKE) WERROR=1 test
$(MAKE) WERROR=1 test-asan