created a src folder

This commit is contained in:
2024-12-15 11:24:50 +02:00
parent 9b515ae973
commit 66238756d6
7 changed files with 1 additions and 1 deletions

View File

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

View File