mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Fixed-up single-file libs directory
This commit is contained in:
parent
d01e7c2fad
commit
4e6027f8ca
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue