diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-23 15:33:44 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-23 15:33:44 +0100 |
| commit | c98f9337940128178401bb6b2d242ce577080ca4 (patch) | |
| tree | 6dcf8da983709cf3c4d33e793eed3f8bb68501d7 /oop2eindopdr/makefile | |
| parent | 295ee857b9b46c27e80051700278e3075590d823 (diff) | |
half-implemented TCG API client class
Diffstat (limited to 'oop2eindopdr/makefile')
| -rw-r--r-- | oop2eindopdr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |