fix: makefile add commit-build
R
Rüdiger Küpper
<rpr@9it.de>
committete am 18.08.2026 01:52
a45d14cac710c54a32b51200eb8b3863db6e9b5b
| @@ -88,0 +89,6 @@ checksums: | ||
| 89 | +commit-build: |
|
| 90 | +@echo "Commit build: $(GIT)" |
|
| 91 | +@git add dist |
|
| 92 | +@git commit -m "Commit binaries for" || true |
|
| 93 | +@git push |
|
| 94 | + |