Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opusfile
Commits
afd505ee
Commit
afd505ee
authored
Dec 31, 2015
by
Ralph Giles
Browse files
mingw: Fix clean target.
parent
bf33bcd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
mingw/Makefile
View file @
afd505ee
...
...
@@ -27,11 +27,16 @@ opusfile: $(DEPS)
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))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment