chore: allow build of only specific distribution without error

This commit is contained in:
wpetit 2021-09-17 11:46:07 +02:00
parent bd2c94fc15
commit c7599a8faa
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
build:
build: clean
misc/script/build
clean:
rm -rf bin
.PHONY: build

View File

@ -18,4 +18,4 @@ do
fi
done
(cd bin && sha256sum *.{tar.gz,zip} > werther_checksums.txt)
(cd bin && sha256sum *.{tar.gz,zip} > werther_checksums.txt || exit 0)