Added a build folder in the compile scripts and a gitignore

This commit is contained in:
2025-03-27 21:10:14 +02:00
parent a762a8673d
commit 0e992c3be5
3 changed files with 3 additions and 2 deletions

View File

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