zzril / aula

Audio programming language and interpreter
MIT License
0 stars 0 forks source link

Get rid of file enumerations in Makefile #25

Open zzril opened 4 hours ago

zzril commented 4 hours ago

The current Makefile requires manual updating after every new *.c or *.h file that we add.

We should try to explore makes wildcard options and see if we can find a way to define the HEADERS and OBJECTS variables in a more generic way, eliminating this manual step of adjusting the Makefile for every new source file.