From bf700d1c3c008b695140f22916524f530bbd4487 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 25 Jun 2015 11:49:29 +0200 Subject: Rename quick install target to quickinstall --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e31a1104..215c2c79 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,7 +54,7 @@ build-no-vignettes: $(TGZVNR) install: build "$(RBIN)/R" CMD INSTALL $(TGZ) -install-no-vignettes: build-no-vignettes +quickinstall: build-no-vignettes "$(RBIN)/R" CMD INSTALL $(TGZVNR) check: build -- cgit v1.2.1