Skip to content
Snippets Groups Projects
Commit 37898378 authored by Aaron's avatar Aaron
Browse files

Makefile tweak

parent 7f59389c
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ clean:
@rm -f $(OBJ_DIR)/* $(BIN_DIR)/*
@rm -Rf $(BT_ROOT)/lib
@rm -f $(BT_ROOT)/src/api/*.o
@rm -f $(BT_ROOT)/src/internal/*.o
@rm -f $(BT_ROOT)/src/api/internal/*.o
@rm -Rf $(BT_ROOT)/include
.PHONY: clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment