makefile: install i3-config-wizard

This commit is contained in:
Michael Stapelberg 2011-07-11 19:45:22 +02:00
parent 4693d5f91a
commit 868c804cb8
1 changed files with 1 additions and 0 deletions

View File

@ -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}