From e6690339eea09ea227fb54f9baa61b817c09b6f7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 1 Aug 2016 14:50:20 -0700 Subject: [PATCH] add build rule to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b119c24..c4a48a4 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ R ?= R ROPTS=-q --no-save --no-restore-data +build: + $(R) CMD build . + update_docs: $(R) $(ROPTS) -e "devtools::document()" -- 2.39.2