From 217b2379786370be0d659a6d3c3334b62eeec4e5 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 9 Feb 2015 14:49:10 -0500 Subject: [PATCH] Improve output of watcher in tmux --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5b19a41a91..85875d4419 100644 --- a/Makefile +++ b/Makefile @@ -202,6 +202,7 @@ server_noattach: tmux select-pane -U tmux split-window -v 'exec make receiver' tmux split-window -h 'exec make taskmanager' + tmux select-pane -U tmux split-window -h 'exec make sync_ui' server: server_noattach