diff options
Diffstat (limited to 'chapter7/bison.sh')
-rw-r--r-- | chapter7/bison.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter7/bison.sh b/chapter7/bison.sh new file mode 100644 index 0000000..2385d22 --- /dev/null +++ b/chapter7/bison.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +./configure --prefix=/usr --docdir=/usr/share/doc/bison-"${VERSION}" && +make && +make -j1 install |