CXXFLAGS=-std=c++20 #-ggdb -O0 LDFLAGS=-llibrary LD=$(CXX) all: file #gdb ./$< ./$<; sleep 30 file: file.o g++ file.o $(LDFLAGS) -o file