Set 'help' as default target.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jan 2012 23:04:59 +0200
changeset 106 092b25d032af
parent 105 35cc545ec03d
child 107 4cfb94e11b5d
Set 'help' as default target.
Makefile
--- a/Makefile	Thu Jan 12 23:01:02 2012 +0200
+++ b/Makefile	Thu Jan 12 23:04:59 2012 +0200
@@ -22,7 +22,7 @@
 # Disable built in suffix rules.
 .SUFFIXES:
 # Default target.
-.DEFAULT_GOAL = all
+.DEFAULT_GOAL = help
 
 ################################################################
 # Version extracting/generation.
@@ -46,7 +46,7 @@
 	# is_release=`hg log --template '{latesttagdistance}'`
 
 ################################################################
-# Platform/environment definition.
+# Determine platform/environment.
 
 host_os = unix
 ifneq '' '$(COMSPEC)'