From 37898378b540f5a07ac3e98f66cef1eee36ae6aa Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Mon, 11 Jul 2011 14:14:55 -0400 Subject: [PATCH] Makefile tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80204515..996fa1a2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- GitLab