added build target to Makefile

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8615 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-04-03 05:35:38 +00:00
parent a3705b1437
commit 6b34c42885
2 changed files with 4 additions and 2 deletions

View File

@ -718,7 +718,10 @@ check : all
R CMD check -as-cran phreeqc
install : all
R CMD INSTALL phreeqc
R CMD INSTALL --build phreeqc
build : all
R CMD build phreeqc
uninstall :
R CMD REMOVE phreeqc

View File

@ -44,7 +44,6 @@
##' #########################################################################
##' # Load data from CSV and calculate CO2
##' #########################################################################
##'
##'
##' # append solution input to given vector
##' fSoln <- function(vec, id, t, pH, alk) {