This commit is contained in:
2024-06-02 22:50:12 +01:00
parent 8e7d1bbd0c
commit 2d13a0ef2c
2 changed files with 4 additions and 4 deletions

View File

@@ -453,7 +453,7 @@ if [[ ${main_menu[@]} =~ 1 ]]; then # DWM
compile() {
cd suckless/$1
rmm -rf config.h
sudo rm -rf config.h
sudo make clean install
cd ../..
}