Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 369 Bytes

File metadata and controls

21 lines (14 loc) · 369 Bytes

makefile

makefile is simple tool to read varialbe from Makefile

How to Install

pip install makefile

Usage

from makefile import Makefile
obj = Makefile()
print(obj.read())

Contact

Contact Kiran Kumar Kotari kirankotari@live.com with any suggestions or comments. If you find any bugs please fix them and send me a pull request.