]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - lib/makefile
Update the README and makefile for env-js.
[dead/census-tools.git] / lib / makefile
index d0b160250b30d9a1d4e6e3afdeb838283802272d..dd671139352f1f908563ab6242ca1798800b9672 100644 (file)
@@ -3,7 +3,9 @@ LP_SOLVE_LIB_URL=http://downloads.sourceforge.net/project/lpsolve/lpsolve/5.5.0.
 LP_SOLVE_PYTHON_URL=http://downloads.sourceforge.net/project/lpsolve/lpsolve/5.5.0.15/lp_solve_5.5.0.15_Python_source.tar.gz
 
 
-all: lp_solve shapely
+.PHONY : env-js
+
+all: lp_solve shapely env-js
 
 
 clean:
@@ -66,3 +68,8 @@ lp_solve_python_src: lp_solve_lib_src
                tar -xvzf lp_solve_python.tar.gz;                      \
                rm lp_solve_python.tar.gz;                             \
        fi;
+
+
+# A phony target, always run.
+env-js:
+       cd env-js && ant concat