blob: f7dc31588e8fe1f23531b680d5e0b198c8591db0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- deps/xxhash/Makefile.orig 2025-12-02 07:19:06 UTC
+++ deps/xxhash/Makefile
@@ -186,11 +186,12 @@ clean:
$(RM) xxhsum.wasm xxhsum.js xxhsum.html
$(RM) xxh32sum$(EXT) xxh64sum$(EXT) xxh128sum$(EXT) xxh3sum$(EXT)
$(RM) fuzzer
+ifneq ($(wildcard tests/*),)
$(MAKE) -C tests clean
$(MAKE) -C tests/bench clean
$(MAKE) -C tests/collisions clean
@echo cleaning completed
-
+endif
# =================================================
# tests
|