diff options
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -28,6 +28,8 @@ sarc: clean make -C sent make -C wmname rm -rf colors.h + @echo + @echo "Finished! Run make install to install" c: clean cfg: config install: @@ -44,11 +46,10 @@ install: install scripts/sarc.sh /usr/local/bin install scripts/fehbg /usr/local/bin @echo - @echo "Finished! Run make install to install" clean: - make clean -C dwm-6.3 - make clean -C st-0.8.4 - make clean -C dmenu-5.0 + make clean -C $(DWM) + make clean -C $(ST) + make clean -C $(DMENU) make clean -C surf make clean -C nsxiv make clean -C tabbed |