Take out this stupid sync_ui thing from the 'make server' and 'make

servercc' targets
This commit is contained in:
Matthew Jones 2015-02-16 13:56:25 -05:00
parent 9fbd64805f
commit c8682b7820

View File

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