From 868c804cb8b7b5b8408a540168fc269652b45514 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 11 Jul 2011 19:45:22 +0200 Subject: [PATCH] makefile: install i3-config-wizard --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9774eff8..e6063d45 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ install: all $(MAKE) TOPDIR=$(TOPDIR) -C i3-msg install $(MAKE) TOPDIR=$(TOPDIR) -C i3-input install $(MAKE) TOPDIR=$(TOPDIR) -C i3-nagbar install + $(MAKE) TOPDIR=$(TOPDIR) -C i3-config-wizard install dist: distclean [ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION} -- 2.39.5