compile.sh 111 B

123
  1. clang main.c glad_gl.c -Ofast -lglfw -lm -o snowball
  2. strip --strip-unneeded snowball
  3. upx --lzma --best snowball