CXXFLAGS = -std=c++23 -Wall -DLONG_DOUBLE -DGC
LDLIBS = -lstdc++ -lgc -lm

Out.txt:main ; ./$< > $@
main:main.o matrix.o
main.o:matrix.h
matrix.o:matrix.h
clean:
	$(RM) main *.o
