Skip to content

@stephansama/find-makefile-targets

Finds targets in a Makefile. The output is formatted to be easily piped into other tools like fzf

Open Table of contents
Terminal window
pnpm install @stephansama/find-makefile-targets
Terminal window
fzf . | xargs -L 1 find-makefile-targets
Function Description

main