aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/bc.sh
blob: b6416e4039aefab6693d73ed5846f2e28733bcdb (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -e

CC=gcc ./configure.sh --prefix=/usr -G -O3

make
make -j1 install