2048.cpp
2048.cpp copied to clipboard
A simpler way to build without meson or cmake
cd src & g++ *.cpp -o 2048 -I ./headers
git clone https://github.com/plibither8/2048.cpp
cd 2048.cpp/src && g++ -I headers -O3 -s -o 2048 *.cpp