How would I go about writing a Makefile that would call, say, gedit hashtable.cpp main.cpp& ?
I know how to use them to compile and make tar files but I’m not sure about this one.
How would I go about writing a Makefile that would call, say, gedit hashtable.cpp
Share
Something like this would work:
Gedit is not really ideal for Make though.