From 60ade410c193418e0a99b716077550603f54e0eb Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 10 Feb 2015 12:34:52 -0500 Subject: [PATCH] Add tmux CC make target for using with the development service (make servercc instead of make server) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8bfc3ec895..2455663f0c 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,9 @@ server_noattach: server: server_noattach tmux -2 attach-session -t tower +servercc: server_noattach + tmux -2 -CC attach-session -t tower + # Run the built-in development webserver (by default on http://localhost:8013). runserver: $(PYTHON) manage.py runserver