Explorar el Código

added compile release build script

Aaro Saila hace 1 año
padre
commit
30c0acbbfe
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      compile_release.sh

+ 3 - 0
compile_release.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+gcc -Wall -Werror -pedantic -O3 -o sanke src/main.c src/snake/**.c src/utils/**.c src/board/**.c;