There is a section in a makefile I have
%.o: %.cpp %.h
g++ -g -c $<
I can't seem to find anything about what the % is? can someone explain this or point me to a tutorial that explains it? Or at least tell me what its called so I can search better?
Thanks!
Dave