diff options
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index cbcb241a..d4a48118 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -102,6 +102,7 @@ move-sd: # Packaging Tasks #------------------------------------------------------------------------------ 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" |