feat: add simple two-thread watch prototype

I feel like I'm crushing it today!
This commit is contained in:
2024-08-03 11:13:09 +02:00
parent 9d1408c174
commit 121643be45
5 changed files with 61 additions and 10 deletions

View File

@ -20,6 +20,7 @@ CFLAGS += -Wall -Werror -std=c23 -g
# includes
CFLAGS += -Iinclude
# libraries
CFLAGS += -lpthread
.PHONY: all clean