ianfhunter / GNOLL

GNOLL is an efficient dice notation parser for multiple programming languages that supports a wide set of dice notation
https://www.ianhunter.ie/GNOLL/
GNU General Public License v3.0
40 stars 24 forks source link

Makefile: Build in parts #476

Open ianfhunter opened 6 months ago

ianfhunter commented 6 months ago

Is your feature request related to a problem? Please describe.

We need to disable some warnings for YACC/LEX and also for external libraries. It would be nice if we can only disable them for those files and not for the rest.

Describe the solution you'd like

Describe alternatives you've considered

Additional context