The default rule is "all"
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 Nov 2015 19:15:11 +0000 (14:15 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 19 Sep 2016 14:29:33 +0000 (10:29 -0400)
Makefile

index b9cdc78..20a2e4d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,11 @@
 # Version:     $Id$
 #
 
+#
+#  The default rule is "all".
+#
+all:
+
 $(if $(wildcard Make.inc),,$(error Missing 'Make.inc' Run './configure [options]' and retry))
 
 include Make.inc