diff options
Diffstat (limited to 'bin/sarc_compile')
| -rwxr-xr-x | bin/sarc_compile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sarc_compile b/bin/sarc_compile index 5c1a541..ea98ead 100755 --- a/bin/sarc_compile +++ b/bin/sarc_compile @@ -26,6 +26,7 @@ make clean make -s cd ../dwmblocks +make clean make -s cd ../$st @@ -33,9 +34,10 @@ make clean make -s cd ../$dmenu +make clean make -s cd .. -rm theme.h +cp etc/wallpaper/$theme.wallpaper.jpg ./wallpaper.jpg echo "Compilation is complete! Run sarc_install to install it" |