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/
|
||||
intelFPGA_lite/
|
||||
header/header
|
||||
include/
|
||||
|
||||
# Dumb QtCreator junk
|
||||
build-*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue