Skip to content

Instantly share code, notes, and snippets.

@lebensterben
Created June 18, 2019 00:59
Show Gist options
  • Save lebensterben/267f59a81e3985dc5d3e3ece710401e1 to your computer and use it in GitHub Desktop.
Save lebensterben/267f59a81e3985dc5d3e3ece710401e1 to your computer and use it in GitHub Desktop.
#-*- mode: shell-script -*-
# list make targets
#make_ls () {
make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ /);for(i in A)print A[i]}' | sort | uniq -u
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment