@@ -0,0 +1,16 @@
set windows-shell := ["cmd", "/c"]
default:
just --list
build:
powershell -ExecutionPolicy Bypass -File setup.ps1
rebuild: clean
run:
.\\build\\SortLab.exe
clean:
if exist build rmdir /s /q build
The note is not visible to the blocked user.