Makefile: say the default target upfront.
[gitweb.git] / Makefile
index 00521fe51ed8d888afb9a21e77af38eae7e39a48..45db357cc2698f5820838c52bb07339f61a8ca13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# The default target of this Makefile is...
+all:
+
 # Define MOZILLA_SHA1 environment variable when running make to make use of
 # a bundled SHA1 routine coming from Mozilla. It is GPL'd and should be fast
 # on non-x86 architectures (e.g. PowerPC), while the OpenSSL version (default