bfb5529b48cbffeac31bd3ec0be8c331c18c7484
hiram
  Tue Jun 4 16:11:22 2013 -0700
including localEnvironment.mk to allow function in userApp environment refs #9149
diff --git src/makefile src/makefile
index 0872d60..ed738ab 100644
--- src/makefile
+++ src/makefile
@@ -1,18 +1,18 @@
+include inc/localEnvironment.mk
 include inc/common.mk
 
-
 all: utils cgi blatSuite
 
 alpha: clean utils-alpha cgi-alpha blatSuite
 
 beta: check-beta clean cgi-beta
 
 # do a git update and clean
 update:
 	git pull
 	${MAKE} clean
 
 topLibs:
 	@./machTest.sh
 	cd lib && ${MAKE}
 	cd jkOwnLib && ${MAKE}