Skip to content
Snippets Groups Projects
Commit 3a343e4c authored by Carl Boettiger's avatar Carl Boettiger
Browse files

let all be default make command

parent 0751cc23
No related branches found
No related tags found
No related merge requests found
R_VERSION=3.3.2
BUILD_DATE=2016-11-08
all:
make sync r-ver rstudio tidyverse verse
r-ver: .PHONY
make -C r-ver/ latest
rstudio: .PHONY
......@@ -10,9 +13,6 @@ tidyverse: .PHONY
verse: .PHONY
docker build -t rocker/verse:${R_VERSION} verse/${R_VERSION}
all:
make sync r-ver rstudio tidyverse verse
sync:
make -C r-ver/ dockerfiles
cp rstudio/Dockerfile rstudio/${R_VERSION}/Dockerfile
......@@ -23,3 +23,4 @@ sync:
.PHONY:
echo "Building Rocker versioned images locally...\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment