ssldump/build.sh
2023-08-20 12:27:21 +02:00

3 lines
69 B
Bash
Executable file

#!/bin/sh
rm -Rf build && cmake -B build -G Ninja && ninja -C build