How to make SIMPLE C++ Makefile?
- by befall
Hi everyone,
For a project, we are required to use a makefile to pull everything together, but our abhorrent professor never showed us how to.
I only have ONE file, a3driver.cpp.
The driver imports a class from a location "/user/cse232/Examples/example32.sequence.cpp".
That's it, everything else is contained with the .cpp.
How would I go about making a simple Makefile that creates an executable called "a3a.exe"?