chore: allow build of only specific distribution without error
This commit is contained in:
parent
bd2c94fc15
commit
fe4058a1bf
5
Makefile
5
Makefile
|
@ -1,4 +1,7 @@
|
||||||
build:
|
build: clean
|
||||||
misc/script/build
|
misc/script/build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf bin
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
|
@ -18,4 +18,4 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
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