Explorar o código

updated compile script

Aaro Saila hai 1 ano
pai
achega
5bbc653b7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compile.sh

+ 1 - 1
compile.sh

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