mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
rebranding symless/synergy to debauchee/barrier
This commit is contained in:
8
clean_build
Executable file
8
clean_build
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd "$(dirname $0)" || exit 1
|
||||
rm -rf build
|
||||
mkdir build || exit 1
|
||||
cd build || exit 1
|
||||
cmake -D CMAKE_BUILD_TYPE=Debug .. || exit 1
|
||||
make || exit 1
|
||||
echo "Build completed successfully"
|
||||
Reference in New Issue
Block a user