Im starting on a project and it will use quite a lot of images for the animations, and at first im thinking of making them into .c files, but the problem with that is that i have to declare every .c file inside the makefile and it take ages.
Does anyone know of a macro i can use to add all the .c files in directory and not just the .c files by themself?
Does anyone know of a macro i can use to add all the .c files in directory and not just the .c files by themself?