build.sh 91 B

1234
  1. #!/usr/bin/env bash
  2. echo "Building"
  3. mkdir -p bin
  4. g++ -Wall main.cpp -o bin/app -lglut -lGL