This commit is contained in:
2026-03-06 19:17:09 +03:00
parent e6bdeaef50
commit 3305379e69
4 changed files with 316 additions and 50 deletions
+16
View File
@@ -0,0 +1,16 @@
set windows-shell := ["cmd", "/c"]
default:
just --list
build:
powershell -ExecutionPolicy Bypass -File setup.ps1
rebuild: clean
powershell -ExecutionPolicy Bypass -File setup.ps1
run:
.\\build\\SortLab.exe
clean:
if exist build rmdir /s /q build