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

Added BamTools object cleanup to the Makefile.

parent 8825a154
No related branches found
No related tags found
No related merge requests found
......@@ -78,5 +78,8 @@ clean:
@echo "Cleaning up."
@rm -f $(OBJ_DIR)/* $(BIN_DIR)/*
@rm -Rf $(BT_ROOT)/lib
@rm -f $(BT_ROOT)/src/*.o
@rm -f $(BT_ROOT)/src/internal/*.o
.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