From: Carl Woffenden Date: Tue, 7 Apr 2020 11:35:19 +0000 (+0200) Subject: Fixed-up single-file libs directory X-Git-Tag: v1.4.5^2~66^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6027f8ca5e9dcd9badc833a7aa28ebec022bbe;p=thirdparty%2Fzstd.git Fixed-up single-file libs directory --- diff --git a/Makefile b/Makefile index 6965fc043..b11d17d13 100644 --- 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: