Add preliminary code for database (this really needs to be cleaned)

This commit is contained in:
2024-11-22 19:20:44 -05:00
parent cd90d62b2c
commit ae2ec6f662
8 changed files with 241 additions and 98 deletions

View File

@ -1,5 +1,5 @@
CFLAGS = -Wall -Wextra -std=gnu11 -O2
LDFLAGS = -lpthread -lcurl -lmrss
LDFLAGS = -lpthread -lcurl -lmrss -lpq
SRC = $(wildcard *.c)
OBJ = $(SRC:.c=.o)