2 lines
72 B
Nim
2 lines
72 B
Nim
task build, "build":
|
|
selfExec "c -d:release --outdir:bin src/hyprman"
|
task build, "build":
|
|
selfExec "c -d:release --outdir:bin src/hyprman"
|