From 9e755eae947d2b8f3e6ab3608f15c7503035a2a8 Mon Sep 17 00:00:00 2001 From: edbarz9 Date: Sat, 2 May 2020 20:09:02 +0200 Subject: [PATCH] install dwmgobar with the rest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 197d996..9acf271 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX = /usr/local all: dwm dmenu st sxiv noice xbanish -clean: dwm-clean dmenu-clean st-clean sxiv-clean noice-clean xbanish-clean +clean: dwm-clean dwmbar-install dmenu-clean st-clean sxiv-clean noice-clean xbanish-clean install: dwm-install dmenu-install st-install sxiv-install noice-install xbanish-install chmod 755 scripts/*