lk534 / mabel

C-style language designed for simple lexical and semantic analysis.
MIT License
1 stars 0 forks source link

Support src/ subdirectories in makefile. #1

Closed lk534 closed 8 months ago

lk534 commented 9 months ago

Reduce clutter in src/ and include/ by making subfolders for each section of the compiler, makefile should do a passthrough of all subdirectories and likewise compile them into objects.

lk534 commented 8 months ago

Fixed with 5011437

Not doing it recursively, but rather with a MODULES variable.