ref: afd505eead52b23675c15c00cead98b8c1d00646
parent: bf33bcd039a9c1beec325580eff7a970a6c33593
author: Ralph Giles <giles@mozilla.com>
date: Wed Dec 30 20:58:51 EST 2015
mingw: Fix clean target.
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -27,11 +27,16 @@
clean:
$(RM) -r objs
+ $(RM) -r bin include lib share ssl
+ $(RM) -r $(DEP_DIRS)
+ $(RM) opusfile_example.exe seeking_example.exe
+ $(RM) libopusfile.a libopusurl.a
# Generate rules to download and verify each dependency.
define WGET_template =
# Generate unpacked tarball name from the url.
$(1)_DIR := $$(basename $$(basename $$(notdir $$($(1)_URL))))
+ DEP_DIRS += $$($(1)_DIR)
# Verify and unpack tarball.
$$($(1)_DIR): $$(notdir $$($(1)_URL))