Makefile
changeset 5 3fce7236e888
parent 4 535ed5cca007
child 7 6a41484fd3a4
--- 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)
+
+