mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-21 14:50:18 +00:00
Remove build dir first
This commit is contained in:
parent
666987ca1e
commit
25354cc115
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -B build
|
||||
cmake --build build --parallel
|
||||
|
Loading…
Reference in New Issue
Block a user