Compare commits

..

No commits in common. "61a4f158ac0d9c88e084eb31bb0bac68b8b02b2b" and "e0fd75ff1c9b7fb93cfdcd9d2f57cfbc61c50d2c" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,12 @@ RUN pacman -Syu --noconfirm \
clang \ clang \
gdb \ gdb \
lldb \ lldb \
python-pip \
fish \ fish \
zsh zsh
# 2. INSTALL LIT
RUN pip3 install lit

View File

@ -3,7 +3,6 @@
clean () { clean () {
echo "==== Cleaning build folder ====" echo "==== Cleaning build folder ===="
rm -rf build/ rm -rf build/
rm compile_commands.json
} }
config () { config () {