Fix emulator build script, UI rendering, and clean up repo
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "[Emulator] Cleaning old build..."
|
||||
make clean
|
||||
echo "[Emulator] Generating build files..."
|
||||
cmake .
|
||||
|
||||
|
||||
echo "[Emulator] Building..."
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user