hi, this is embarrassing, for whatever reason I am getting "Don't know how to make target driver.o" whenever i type make. There is only one file named "driver.cpp" in the directory that i have to compile. I am staring at tutorials and don't understand why this won't work.
heres whats in the make file
run: driver.o
CC -o run driver.o
driver.o: driver.cpp
CC -c driver.cpp