From d59bc405bb6d370263c740b5f1412c075411224a Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Wed, 22 Jun 2011 10:00:49 -0400 Subject: [PATCH] Added BamTools object cleanup to the Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b12bb7df..8e1fa0b4 100644 --- a/Makefile +++ b/Makefile @@ -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 -- GitLab