Remove build dir first

This commit is contained in:
2024-04-11 15:25:30 +02:00
parent 666987ca1e
commit 25354cc115

View File

@@ -1,4 +1,5 @@
#! /bin/sh
rm -rf build
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build --parallel