# Note, I removed the -Weffc++, we don't konw how to do something it will # complain about . CXXFLAGS = -g -O3 -Wall -Wextra -Wuninitialized -pedantic -Wshadow -Wunused all: main main: ComplexT.o ComplexT.o: ComplexT.h clean: rm -f main *.o