Skip to content

Instantly share code, notes, and snippets.

@ericdmoore
Created August 31, 2021 20:12
Show Gist options
  • Save ericdmoore/baa57543f238651ed3db815be0f41b28 to your computer and use it in GitHub Desktop.
Save ericdmoore/baa57543f238651ed3db815be0f41b28 to your computer and use it in GitHub Desktop.
Favorite Makefile Command: list
tests
@echo "START RUNNING TESTS"
list:
@echo
@echo Available sub-commands...
@echo
@cat makefile | grep ":" | tail -r | awk 'NR>1{ print }' | tail -r
@echo
@echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment