diff options
author | Andrea Canciani <ranma42@gmail.com> | 2012-02-16 19:21:47 +0100 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2012-02-16 23:00:46 +0100 |
commit | ed803a193585544d2c4a290e95700cf9b68d0f10 (patch) | |
tree | db42d04434c8c273f74ef28d4e8cdca22ca9b921 /Makefile.am | |
parent | c60627e8af240189a16d7118230bf6df6d300f21 (diff) |
build: Add 'clean' target to Makefile.win32 build system
The Makefile.win32 in the subdirectories provide a working 'clean'
target (defined in Makefile.win32.common), the central Makefile.win32
'clean' target does not do anything.
Replace the noop 'clean' target with one that cleans all the subdirs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7c03294a0..e7f59d93b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST += \ README.win32 \ Makefile.win32 \ build/Makefile.win32.common \ + build/Makefile.win32.inform \ build/Makefile.win32.features \ build/Makefile.win32.features-h \ $(NULL) |