repositorypackage
0.0.0-20241116150059-7816f33bd835
Repository: https://github.com/linusback/parsemake.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
parsemake
parses a makefile The goal was a proof of concept for me to parse makefiles for use in tab completion for fish-shell. The project might never be completely finished or compliant with the makefile spec. but it will do for my needs.
Heavily inspired from https://github.com/mrtazz/checkmake
WARNING this is an unfinished project it does not currently work use at your own risk.