project architecture

This commit is contained in:
Arthur Barraux
2024-09-21 08:59:09 +02:00
parent f8e1e23700
commit 74df1685ed
3 changed files with 40 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
##
# TEST
#
# @file
# @version 0.1
app: main.c main.h
$(CC) main.c -o main -Wall -Wextra -pedantic
# end