Skip to content

Commit 5dddb05

Browse files
committed
now cleaning up more build files
1 parent 410a25f commit 5dddb05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#! /bin/bash
22
#clean up the build directory
3+
rm -r build
4+
rm -r dist
5+
rm -r bdist*
6+
rm -r lib
7+
rm -r LipoCLEAN
8+
rm -r MSD*
39
rm -r release_stage
10+
rm *.log
411
mkdir release_stage
512

613
#build linux executable version

0 commit comments

Comments
 (0)