Minor tidy

This commit is contained in:
Carl Woffenden
2020-05-18 12:33:44 +02:00
parent c6b03fa69c
commit 1a8767cbda
3 changed files with 5 additions and 5 deletions
@@ -5,7 +5,7 @@ ZSTD_SRC_ROOT="../../lib"
# Amalgamate the sources
echo "Amalgamating files... this can take a while"
./combine.sh -r "$ZSTD_SRC_ROOT" -k zstd.h -o zstd.c zstd-in.c
./combine.sh -r "$ZSTD_SRC_ROOT" -o zstd.c zstd-in.c
# Did combining work?
if [ $? -ne 0 ]; then
echo "Combine script: FAILED"