is there a way to compile all .c
files in the current directory - including all .c
files in all subfolders.
Trying out the Wildcard like gcc -c *.c
searches only in the current directory...
Thank you in advance...
is there a way to compile all .c
files in the current directory - including all .c
files in all subfolders.
Trying out the Wildcard like gcc -c *.c
searches only in the current directory...
Thank you in advance...