diff options
Diffstat (limited to 'chapter8/flex.sh')
-rw-r--r-- | chapter8/flex.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter8/flex.sh b/chapter8/flex.sh index 94ca651..bf62717 100644 --- a/chapter8/flex.sh +++ b/chapter8/flex.sh @@ -3,9 +3,9 @@ set -e ./configure --prefix=/usr \ --docdir=/usr/share/doc/flex-"${VERSION}" \ - --disable-static + --disable-static && -make +make && -make -j1 install +make -j1 install && ln -sv flex /usr/bin/lex |