compile.sh 119 B

123
  1. #!/bin/bash
  2. gcc -Og -g -Wall -Werror -pedantic -o build/sanke src/main.c src/snake/**.c src/utils/**.c src/board/**.c