20240912 finished.

This commit is contained in:
2024-09-12 14:13:49 +08:00
parent d249f777dd
commit e49fe8ee09
4 changed files with 73 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env just --justfile
build:
update:
git pull
build: update
cargo build --release
test: