e484e5d479cdf0361f16fb23fdf01e9721d68014 kent Tue Apr 8 14:00:38 2014 -0700 Adding parasol libraries to those made with make libs. diff --git src/makefile src/makefile index f845f01..9392b37 100644 --- src/makefile +++ src/makefile @@ -5,30 +5,31 @@ alpha: clean ${MAKE} 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} + cd parasol/lib && ${MAKE} hgLib: @./hg/sqlEnvTest.sh cd hg/lib && ${MAKE} libs: topLibs hgLib cgi: libs cd hg && ${MAKE} cgi cgi-alpha: libs cd hg && ${MAKE} alpha cgi-beta: check-beta libs cd hg && ${MAKE} beta