Database header

This commit is contained in:
2021-12-28 15:32:39 +01:00
parent 2b8f34f7af
commit 5269c53dc8
4 changed files with 34 additions and 2 deletions

View File

@ -1,7 +1,7 @@
CC=g++
CFLAGS= -Wall -g
LDLIBS= -lpqxx
LDLIBS= -lpqxx -lpq
SOURCES= $(wildcard *.cpp)
all: main