Fix make clean to remove the library and all the .d files
This commit is contained in:
parent
502bd9e10e
commit
aacf115468
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue