--- 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)'