chore: allow build of only specific distribution without error
This commit is contained in:
parent
bd2c94fc15
commit
c7599a8faa
5
Makefile
5
Makefile
|
@ -1,4 +1,7 @@
|
|||
build:
|
||||
build: clean
|
||||
misc/script/build
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
||||
|
||||
.PHONY: build
|
|
@ -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)
|
Loading…
Reference in New Issue