Why would you have spaces in source code filenames? It's just a bad idea in general and makes things more complicated for no reason, regardless of what build system you're using.
Spaces in filenames aren't inherently bad, they become bad because tools that don't support them are bad. Saying "why would you have spaces?" as a counterargument to "make doesn't support spaces" doesn't work, because the problem with spaces is exactly that make doesn't support them.
I'm not entirely sure why "make, but it handles filenames properly and allows spaces for indentation as well as tab" isn't the most popular fork of make.
stavros|3 years ago
trinovantes|3 years ago
samatman|3 years ago
Does it even exist?
jcelerier|3 years ago
Which your uni's group policy would make it so that you can only write there (thankfully mine was sane, but I've seen it aha).
And even then, a build system that does not support arbitrary file names is just terminally broken and should not be used, even less encouraged.
mort96|3 years ago
planede|3 years ago