author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 14 Aug 2011 12:21:24 +0300 (2011-08-14) | |
changeset 928 | 05c1f958d465 |
parent 927 | c43baeec3a0e |
child 929 | 41752712a800 |
--- a/Makefile Sun Aug 14 12:21:07 2011 +0300 +++ b/Makefile Sun Aug 14 12:21:24 2011 +0300 @@ -77,4 +77,11 @@ clean: rm -r -f $(DIRS) +################################################################ +# Helper target. +help: + @echo Supported targets: + @sed -n -e '/^[[:alnum:]_-]*:/{s=^\(.*\):.*= \1=;p;}' $(MAKEFILE_LIST) + +