I'm doing a project and using different assignments.
For one assignment I made a makefile.
Now I'm doing another assignment that has to do with adding to the next assignment, then I have to make another makefile.
How should I do this? It's all in the same directory, can I make another Makefile?
Or do I have to just edit the one I already have?