diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:45:10 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:49:53 +0000 |
commit | 282917ba2f7d33abb8da3c047be9093686b6d5ac (patch) | |
tree | 20447961bdb3a7c346799a5b36dc9983750f8891 /chapter8/ncurses.sh | |
parent | b46b1d4308eb445dd0fd0162eb19169b9ca4af88 (diff) |
Adjust indention. Evil tabs.
Diffstat (limited to 'chapter8/ncurses.sh')
-rw-r--r-- | chapter8/ncurses.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh index d42cf49..10b76d4 100644 --- a/chapter8/ncurses.sh +++ b/chapter8/ncurses.sh @@ -7,8 +7,8 @@ --without-normal \ --enable-pc-files \ --enable-widec \ - --with-termlib \ - --disable-tic-depends && + --with-termlib \ + --disable-tic-depends && make && make -j1 install && |