添加脚本
This commit is contained in:
parent
02f6a41de8
commit
07b54f6909
30
multi-thread/.gitignore
vendored
Normal file
30
multi-thread/.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# General
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
# bin
|
||||||
|
bin
|
||||||
|
src/cmake-build-debug-mingw
|
11
multi-thread/make_all.sh
Normal file
11
multi-thread/make_all.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
rm -rf bin
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
|
||||||
|
cmake ../src/
|
||||||
|
make
|
||||||
|
|
||||||
|
cd ../
|
||||||
|
mv build/bin ./
|
||||||
|
rm -rf build/
|
Loading…
Reference in New Issue
Block a user