feat: throw logs into a log file

Fuck. I had to add another dependency...
This commit is contained in:
2024-08-06 19:13:28 +02:00
parent d8b8b7b729
commit 2ebbc86799
2 changed files with 23 additions and 4 deletions

View File

@ -16,7 +16,7 @@ CFLAGS += -D_POSIX_C_SOURCE=2
CFLAGS += -D_GNU_SOURCE
CFLAGS += -Wall -Werror -std=c23 -g
CFLAGS += -Iinclude
CFLAGS += -lpthread
CFLAGS += -lpthread -luuid
.PHONY: all clean