Skip to content

Commit 3fd1f0f

Browse files
author
Kieran Elmes
committed
add autogen.sh
1 parent e456d62 commit 3fd1f0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ As of [15/04](https://github.com/bioDS/lasso_testing/commit/6c1bbdc4a80c7079a5cc
44
- 31/07 update: descending lambda values finds 4/5.
55

66
to make an installable R package:
7-
automake --add-missing --copy
8-
autoreconf -fi
7+
./autogen.sh
98

109

1110
# Some implementation notes:

autogen.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
automake --add-missing --copy
2+
autoreconf --install

0 commit comments

Comments
 (0)