summaryrefslogtreecommitdiff
path: root/Makefile.win32
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2012-02-18 08:55:59 +0100
committerAndrea Canciani <ranma42@gmail.com>2012-02-18 08:55:59 +0100
commit6a90b407aafe6e7f4ed614fbcd1228c46b0af2a2 (patch)
tree92404d36d7dc3c58a2ed4ca8a92ebd840b569895 /Makefile.win32
parent93b0fcffc7a098333aa219ce0d59b7f9d1ac35e6 (diff)
build: Make 'all' the default target in the base Makefile.win32 build
Having the 'inform' target as default is misleading.
Diffstat (limited to 'Makefile.win32')
-rw-r--r--Makefile.win322
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.win32 b/Makefile.win32
index e5a2c465..fbad7f3e 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