Makefile
@@ -1,7 +1,10 @@ OS=$(shell uname) CXX=g++ CXXFLAGS=-g -Wall -static #LDFLAGS=-rpath=/lib64/libstdc++.so.6 CXXFLAGS=-g -Wall --std=c++20 ifneq ($(OS),Darwin) CXXFLAGS += -static endif json=json.o ws=easywsclient/easywsclient.o