summaryrefslogtreecommitdiff
path: root/bin/sarc_compile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-23 21:21:08 -0500
committerstkhan <personal@slickd.xyz>2021-06-23 21:21:08 -0500
commitd23e1969acfdb5d6212e3e796b33963d47e01c08 (patch)
treef0fa005a5c118ad00f23c4c68fe64d0712a2a285 /bin/sarc_compile
parent7ee7c74831b87a60291db335a272ed4ba3c27496 (diff)
sarc 1.0.0
Former-commit-id: 0154c723c80f3fec789ad09e43749cdffd0f6503
Diffstat (limited to 'bin/sarc_compile')
-rwxr-xr-xbin/sarc_compile4
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"