Is there a way to exclude some files from the compilation process? Or even whole directories?
I believe the makefile is using find
to find all the source files inside the src
directory. Is there a way to specify the directories to ignore from find
? Like some switch, or something?