]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fixed-up single-file libs directory
authorCarl Woffenden <cwoffenden@gmail.com>
Tue, 7 Apr 2020 11:35:19 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 11:35:19 +0000 (13:35 +0200)
Makefile

index 6965fc043b6590fe278fe29e1e8a986a62ae8c1f..b11d17d135a073c650432d4926ee3be01d1f1378 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,8 +109,8 @@ contrib: lib
        $(MAKE) -C contrib/pzstd all
        $(MAKE) -C contrib/seekable_format/examples all
        $(MAKE) -C contrib/largeNbDicts all
-       cd contrib/single_file_decoder/ ; ./build_decoder_test.sh
-       cd contrib/single_file_decoder/ ; ./build_library_test.sh
+       cd contrib/single_file_libs/ ; ./build_decoder_test.sh
+       cd contrib/single_file_libs/ ; ./build_library_test.sh
 
 .PHONY: cleanTabs
 cleanTabs: