Skip to content

Commit e25ce5e

Browse files
adding path to Rscript
1 parent d925c66 commit e25ce5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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+
$(R_HOME)/bin/Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
55

66
install: Rcpp src
77
R CMD INSTALL selectiveInference

0 commit comments

Comments
 (0)