Created
August 31, 2021 20:12
-
-
Save ericdmoore/baa57543f238651ed3db815be0f41b28 to your computer and use it in GitHub Desktop.
Favorite Makefile Command: list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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