Fix boostrap to bootstrap

master
mike-f1 2019-10-20 11:06:55 +02:00 committed by Karl F
parent 539884332b
commit ea1bc851c5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PROGRAM_NAME="$(basename "$0")"
[ -d build ] || mkdir build [ -d build ] || mkdir build
# Generate build files # Generate build files
[ -f build/CMakeCache.txt ] || ./boostrap [ -f build/CMakeCache.txt ] || ./bootstrap
# Generate binaries # Generate binaries
# Users of GNU Make can enable parallel builds on N cores by setting # Users of GNU Make can enable parallel builds on N cores by setting