mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
4 lines
60 B
Bash
Executable file
4 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
cmake --preset default .
|
|
cmake --build ./build
|
|
|