From 8142635dd27119fc7d91154011701ed5220ed90b Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 10 Feb 2016 14:11:26 -0500 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b66f152..79a606d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ADDRESS = awwkoala.com -PORT = 8002 +PORT = 8003 CUR_DIR = $(shell bash -c 'pwd') USERCUR = $(shell bash -c 'whoami')