You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the .c and .h files are by default expected in a file named src. Which most likely is a throwback to how Visual Studio or CodeBlocks handles most of the program text.
This is however a small eyesore to projects made with notepad and terminal.
I propose a system where by default the src remains as it is, however users have the ability to overwrite this folders name in the makefile if they want to do so.