build.sh 108 B

1234567
  1. #/bin/bash
  2. export PREFIX="$HOME/opt/cross"
  3. export TARGET=i686-elf
  4. export PATH="$PREFIX/bin:$PATH"
  5. make all