implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / makeboehm.sh
1 #!/usr/bin/env bash
2
3 cd gc-7.2
4 ./configure --prefix=$1 --disable-threads
5 make 
6 make install