From 6a90b407aafe6e7f4ed614fbcd1228c46b0af2a2 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Sat, 18 Feb 2012 08:55:59 +0100 Subject: [PATCH] build: Make 'all' the default target in the base Makefile.win32 build Having the 'inform' target as default is misleading. --- Makefile.win32 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.win32 b/Makefile.win32 index e5a2c465e..fbad7f3e4 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -1,3 +1,5 @@ +default: all + # Do not edit this file. # Edit build/Makefile.win32.common for customization