Minor bug fixes.

This commit is contained in:
Scott Duensing 2023-12-31 16:54:11 -06:00
parent c4c20491ab
commit 8bdd236b85
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -31,6 +31,7 @@ aseprite/
aseprite-source/
intelFPGA_lite/
header/header
include/
# Dumb QtCreator junk
build-*/

View file

@ -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

View file

@ -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