diff --git a/.gitignore b/.gitignore index fa62f57..bd52784 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ aseprite/ aseprite-source/ intelFPGA_lite/ header/header +include/ # Dumb QtCreator junk build-*/ diff --git a/build-llvm-mos.sh b/build-llvm-mos.sh index 0365465..cd14747 100755 --- a/build-llvm-mos.sh +++ b/build-llvm-mos.sh @@ -3,6 +3,7 @@ INSTALL=$(pwd)/llvm-mos if [[ "${1,,}" == "all" ]]; then + sudo apt-get install -y cmake ninja-build if [[ ! -d llvm-mos-source ]]; then git clone https://github.com/llvm-mos/llvm-mos.git llvm-mos-source fi diff --git a/update-defines.sh b/update-defines.sh index fe3b2c0..b1f184a 100755 --- a/update-defines.sh +++ b/update-defines.sh @@ -3,7 +3,7 @@ INC=$(pwd)/include mkdir -p ${INC} -if [[ ! -d merlin ]]; then +if [[ ! -d merlin-code ]]; then git clone https://github.com/dwsJason/f256.git merlin-code fi