Przeglądaj źródła

updated compile script

Aaro Saila 1 rok temu
rodzic
commit
5bbc653b7e
1 zmienionych plików z 1 dodań i 1 usunięć
  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