Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
aacf1154
Commit
aacf1154
authored
May 23, 2016
by
Mark Haines
Browse files
Fix make clean to remove the library and all the .d files
parent
502bd9e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
aacf1154
...
...
@@ -95,9 +95,9 @@ clean:;
rm
-rf
$(RELEASE_OBJECTS)
$(RELEASE_OBJECTS:.o=.d)
\
$(DEBUG_OBJECTS)
$(DEBUG_OBJECTS:.o=.d)
\
$(TEST_BINARIES)
$(TEST_BINARIES:=.d)
\
$(JS_OBJECTS)
$(JS_OBJECTS:=.d)
$(JS_TARGET)
\
$(JS_OBJECTS)
$(JS_OBJECTS:
.bc
=.d)
$(JS_TARGET)
\
$(JS_EXPORTED_FUNCTIONS)
\
$(
TARGET)
$(
RELEASE_TARGET)
$(DEBUG_TARGET)
\
build_tests
:
$(TEST_BINARIES)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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