@ -31,9 +31,9 @@ endif
#-----------------------------------------------
#-----------------------------------------------
# detect what platform we're building on
# detect what platform we're building on
$( shell ( export ROCKSDB_ROOT ="$ ( CURDIR ) "; "$ ( CURDIR ) /build_tools /build_detect_platform " "$ ( CURDIR ) /build _config .mk ") )
$( shell ( export ROCKSDB_ROOT ="$ ( CURDIR ) "; "$ ( CURDIR ) /build_tools /build_detect_platform " "$ ( CURDIR ) /make _config .mk ") )
# this file is generated by the previous line to set build flags and sources
# this file is generated by the previous line to set build flags and sources
i n c l u d e b u i l d _ c o n f i g . m k
i n c l u d e m a k e _ c o n f i g . m k
i f n e q ( $( PLATFORM ) , I O S )
i f n e q ( $( PLATFORM ) , I O S )
CFLAGS += -g
CFLAGS += -g
@ -302,7 +302,7 @@ unity: unity.cc unity.o
$( CXX) unity.o $( EXEC_LDFLAGS) -o $@ $( LDFLAGS) $( COVERAGEFLAGS)
$( CXX) unity.o $( EXEC_LDFLAGS) -o $@ $( LDFLAGS) $( COVERAGEFLAGS)
clean :
clean :
-rm -f $( PROGRAMS) $( TESTS) $( LIBRARY) $( SHARED) $( MEMENVLIBRARY) build _config.mk unity.cc
-rm -f $( PROGRAMS) $( TESTS) $( LIBRARY) $( SHARED) $( MEMENVLIBRARY) make _config.mk unity.cc
-rm -rf ios-x86/* ios-arm/*
-rm -rf ios-x86/* ios-arm/*
-find . -name "*.[oda]" -exec rm { } \;
-find . -name "*.[oda]" -exec rm { } \;
-find . -type f -regex ".*\.\(\(gcda\)\|\(gcno\)\)" -exec rm { } \;
-find . -type f -regex ".*\.\(\(gcda\)\|\(gcno\)\)" -exec rm { } \;