I'm just learning to use makefiles, i read a few tutorials but i have no idea of how to create a makefile with cpp files and the binary file in different direcories.
- you need to use tabs, no spaces
- SOURCES says *.cp instead of *.cpp
- your rule for creating the *.o files, ask for a .cpp and a .h with the same name. That's plain wrong
i corrected the cpp files, but, what about the other two points? i don't get it. as i said, i'm new in the makefiles/ and i don't understand the .o files