makefile-parser-python: A Simple Makefile Parser
https://github.com/Thanatisia/makefile-parser-python
https://github.com/Thanatisia/makefile-parser-python
GitHub
GitHub - Thanatisia/makefile-parser-python: A simple Makefile Parser written in Python that is designed to simplify the process…
A simple Makefile Parser written in Python that is designed to simplify the process of importing Makefile contents into python as dictionary (key-value mappings (i.e. hashmap/associative arrays)) o...