1

release: 2025.2.4

This commit is contained in:
2026-02-16 14:44:47 +03:00
commit b6c3e3038a
8 changed files with 176 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
debian:
docker run --rm \
--volume="./:/workspace" \
debian:bookworm \
bash -c 'cd /workspace/debian && ./build.sh'