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
ab761008
Commit
ab761008
authored
May 20, 2016
by
Richard van der Hoff
Browse files
Remove dep files for js objects on clean
parent
85f2d57e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ab761008
...
...
@@ -73,7 +73,7 @@ $(JS_TARGET): $(JS_OBJECTS) $(JS_PRE) $(JS_POST) $(JS_EXPORTED_FUNCTIONS)
clean
:
;
rm
-rf
$(OBJECTS)
$(OBJECTS:.o=.d)
\
$(TEST_BINARIES)
$(TEST_BINARIES:=.d)
\
$(JS_OBJECTS)
$(JS_TARGET)
\
$(JS_OBJECTS)
$(JS_OBJECTS:=.d)
$(JS_TARGET)
\
$(JS_EXPORTED_FUNCTIONS)
\
$(TARGET)
...
...
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