From: Carl Woffenden Date: Tue, 27 Aug 2019 14:57:23 +0000 (+0200) Subject: Minor repetition X-Git-Tag: v1.4.4~1^2~71^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6213b7b3b49b8790e32007d23cfb531ec959be79;p=thirdparty%2Fzstd.git Minor repetition --- diff --git a/contrib/declib/README.md b/contrib/declib/README.md index b8c596fe0..bf568be9c 100644 --- a/contrib/declib/README.md +++ b/contrib/declib/README.md @@ -7,7 +7,7 @@ Create `zstddeclib.c` from the Zstd source using: cd zstd/contrib/declib ./combine.sh -r ../../lib -r ../../lib/common -r ../../lib/decompress -o zstddeclib.c zstddeclib-in.c ``` -Then add the resulting file to your project (see the [example files](examples)). `build.sh` will run the above script then compile and test the resulting library. +Then add the resulting file to your project (see the [example files](examples)). `build.sh` will run the above script then compile and test the library. Why ---