aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e05ea57..1950016 100644
--- a/Makefile
+++ b/Makefile
@@ -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)