townengine/apps/template/build.sh

4 lines
60 B
Bash
Raw Normal View History

2024-07-29 22:20:30 +00:00
#!/bin/env sh
cmake -B .build "$@" && cmake --build .build