diff --git a/Makefile b/Makefile index 3fe1772..ae2c585 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OBJS = parser.o \ LLVMCONFIG = llvm-config CPPFLAGS = `$(LLVMCONFIG) --cppflags` -std=c++14 -LDFLAGS = `$(LLVMCONFIG) --ldflags` -lpthread -ldl -lz -lncurses -rdynamic +LDFLAGS = `$(LLVMCONFIG) --ldflags` -lpthread -ldl -lzstd -lz -lncurses -rdynamic LIBS = `$(LLVMCONFIG) --libs` clean: