cubecore

A library of core functions for working with 3x3x3 Rubik's cubes
git clone https://git.tronto.net/cubecore
Download | Log | Files | Refs | README | LICENSE

compile.sh (165B)


      1 #!/bin/sh
      2 
      3 compiler="$((g++ -v 2>/dev/null && echo "g++") ||\
      4             (clang++ -v 2>/dev/null && echo "clang++"))"
      5 
      6 ${compiler} -std=c++14 example.cpp ../cube.o