From 2b3a1d4b74fca6b847ac0eb143b1ceb10374c670 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Sun, 11 Sep 2022 15:06:39 +0200 Subject: [PATCH] Add Bazel build files to include.zip --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 948605617..6eff8663e 100644 --- a/Makefile +++ b/Makefile @@ -225,8 +225,8 @@ json.tar.xz: # We use `-X` to make the resulting ZIP file reproducible, see # . -include.zip: - zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) meson.build LICENSE.MIT +include.zip: BUILD.bazel + zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) BUILD.bazel WORKSPACE.bazel meson.build LICENSE.MIT # Create the files for a release and add signatures and hashes. release: include.zip json.tar.xz