Minor bug fixes.
This commit is contained in:
parent
c4c20491ab
commit
8bdd236b85
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -31,6 +31,7 @@ aseprite/
|
||||||
aseprite-source/
|
aseprite-source/
|
||||||
intelFPGA_lite/
|
intelFPGA_lite/
|
||||||
header/header
|
header/header
|
||||||
|
include/
|
||||||
|
|
||||||
# Dumb QtCreator junk
|
# Dumb QtCreator junk
|
||||||
build-*/
|
build-*/
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
INSTALL=$(pwd)/llvm-mos
|
INSTALL=$(pwd)/llvm-mos
|
||||||
|
|
||||||
if [[ "${1,,}" == "all" ]]; then
|
if [[ "${1,,}" == "all" ]]; then
|
||||||
|
sudo apt-get install -y cmake ninja-build
|
||||||
if [[ ! -d llvm-mos-source ]]; then
|
if [[ ! -d llvm-mos-source ]]; then
|
||||||
git clone https://github.com/llvm-mos/llvm-mos.git llvm-mos-source
|
git clone https://github.com/llvm-mos/llvm-mos.git llvm-mos-source
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
INC=$(pwd)/include
|
INC=$(pwd)/include
|
||||||
mkdir -p ${INC}
|
mkdir -p ${INC}
|
||||||
|
|
||||||
if [[ ! -d merlin ]]; then
|
if [[ ! -d merlin-code ]]; then
|
||||||
git clone https://github.com/dwsJason/f256.git merlin-code
|
git clone https://github.com/dwsJason/f256.git merlin-code
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue