diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile index 36cb038..70d581b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,10 +45,3 @@ install: build drat: build "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)" - -winbuilder: build - date - @echo "Uploading to R-release on win-builder" - curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-release/ - @echo "Uploading to R-devel on win-builder" - curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-devel/ |