aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-05-20 16:50:14 +0100
committerRichard van der Hoff <richard@matrix.org>2016-05-20 16:50:14 +0100
commitab7610087a0908640436d1703d33fc78715ca5e1 (patch)
tree1a94d28a15ede749d5178079a7f177c3abd3b599 /Makefile
parent85f2d57e0859c40a702ef79c73357fb641fa63a2 (diff)
Remove dep files for js objects on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27abf45..aa63c79 100644
--- a/Makefile
+++ b/Makefile
@@ -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)