CPP-on-NixOS/run.sh

8 lines
72 B
Bash
Executable File

#!/bin/sh
cmake -B build --fresh
cmake --build build
./build/discern