#### CPPFLAGS = -std=c++20 -g3 -m64 -Wall CC = g++ LDFLAGS += -lgtest EXES := variableSizedArr all: $(EXES) clean: $(RM) *.o $(EXES)