We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4658de commit 17d9eacCopy full SHA for 17d9eac
Makefile
@@ -225,8 +225,8 @@ json.tar.xz:
225
226
# We use `-X` to make the resulting ZIP file reproducible, see
227
# <https://content.pivotal.io/blog/barriers-to-deterministic-reproducible-zip-files>.
228
-include.zip:
229
- zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_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
230
231
# Create the files for a release and add signatures and hashes.
232
release: include.zip json.tar.xz
0 commit comments