From c98f9337940128178401bb6b2d242ce577080ca4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 23 Dec 2022 15:33:44 +0100 Subject: half-implemented TCG API client class --- oop2eindopdr/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oop2eindopdr/makefile') diff --git a/oop2eindopdr/makefile b/oop2eindopdr/makefile index e0992ef..533121d 100644 --- a/oop2eindopdr/makefile +++ b/oop2eindopdr/makefile @@ -5,7 +5,7 @@ TARGET = main OUTPUT_ZIP = Eindopdracht_2180996.zip CFLAGS += -std=c++17 -LFLAGS += -lstdc++ +LFLAGS += -lstdc++ -lcpr -lzip SRCS := $(wildcard *.cpp) OBJS := $(patsubst %.cpp,%.o, $(SRCS)) -- cgit v1.2.3