summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-31 07:40:09 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-31 07:40:09 +0100
commit5cf14fe9a9fe15e866529ebde14492b56645f6b7 (patch)
treea21f11cda8bf68fef857fa7c98c3a131242d8ce6 /GNUmakefile
parent4f4cd07a9ef72c53bbfa53eda835f19dc9f9ad72 (diff)
Remove winbuilder target, documentation fix.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
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/

Contact - Imprint