2 Commits

Author SHA1 Message Date
lucas e89755348d Téléverser les fichiers vers "/" 2026-05-11 15:57:47 +00:00
lucas 8c18cd1334 fatigue 2026-03-02 02:16:31 +01:00
3 changed files with 2018 additions and 0 deletions
+2015
View File
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.
+3
View File
@@ -4,3 +4,6 @@ SRCS = main.c quotes.c village_manager.c villagers.c
TARGET = main TARGET = main
all: all:
$(CC) -o $(TARGET) $(SRCS) $(CFLAGS) $(CC) -o $(TARGET) $(SRCS) $(CFLAGS)
clean:
rm $(TARGET)