mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-15 11:25:10 +01:00
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
cd "${0%/*}"/
|
|
|
|
cmake -B "../build/`uname`" -S .. |