diff options
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)) |