From c8682b7820120b66179a190d066a9043afc09457 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 16 Feb 2015 13:56:25 -0500 Subject: [PATCH] Take out this stupid sync_ui thing from the 'make server' and 'make servercc' targets --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 12bd816eaf..51b14223ce 100644 --- a/Makefile +++ b/Makefile @@ -202,8 +202,6 @@ 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 tmux -2 attach-session -t tower