PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Build system doesn't know about C headers #459

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

The Plasma build system has no concept of C header files. that means if a header is modified it won't rebuild the C parts that need rebuilding. This is a bug and could confuse a developer.