From d0a3e673b8e44155a0ee503690d1f71a594f5fbd Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 10 Jul 2011 14:41:00 +0200 Subject: [PATCH] Makefile: add i3-nagbar to install target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6d734063..43e2d2ab 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ install: all $(INSTALL) -m 0644 include/i3/ipc.h $(DESTDIR)$(PREFIX)/include/i3/ $(MAKE) TOPDIR=$(TOPDIR) -C i3-msg install $(MAKE) TOPDIR=$(TOPDIR) -C i3-input install + $(MAKE) TOPDIR=$(TOPDIR) -C i3-nagbar install dist: distclean [ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION} -- 2.39.5