Skip to content

Commit 190c0a0

Browse files
added a few targets to makefile
1 parent be84df2 commit 190c0a0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Makefile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
Rcpp:
22
- rm -f selectiveInference/src/RcppExports.cpp
33
- rm -f selectiveInference/R/RcppExports.R
4-
Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
4+
Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
5+
6+
install: Rcpp
7+
R CMD install selectiveInference
8+
9+
build:
10+
R CMD build selectiveInference
11+
12+
check: Rcpp build
13+
R CMD build selectiveInference
14+
R CMD check selectiveInference_1.2.2.tar.gz # fix this to be a script variable

0 commit comments

Comments
 (0)