changeset 589:186972c88472

(none)
author Ulf.Hammarqvist@gmail.com
date Thu, 11 Oct 2012 21:33:57 +0000
parents 1668e8e09a71
children 057946a60b91
files branches/carfac_cpp/makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/branches/carfac_cpp/makefile	Thu Oct 11 21:32:30 2012 +0000
+++ b/branches/carfac_cpp/makefile	Thu Oct 11 21:33:57 2012 +0000
@@ -32,7 +32,6 @@
 GTEST_SRCS_ = $(GTEST_DIR)/src/*.cc $(GTEST_DIR)/src/*.h $(GTEST_HEADERS)
 
 all : libcarfac unittest
-	make cleanup
 
 libcarfac : $(SRC_DIR)/CARFAC.o $(SRC_OBJ)
 	$(CXX) -shared $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@$(LIB_EXTENSION) -fPIC