diff --git a/Makefile b/Makefile index b86e080..90d8bf9 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,8 @@ $(TARGET): $(WITHOUT_TESTS) .PHONY: clean clean: rm -f $(TARGET) $(OBJECTS) *.a test_adapter test_library lib + rm -rf test_adapter.dSYM + rm -rf test_library.dSYM .PHONY: distclean distclean: clean diff --git a/Makefile.conf b/Makefile.conf index f49b165..50d2386 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -14,7 +14,7 @@ PREFIX=$(HOME) ######### C and C++ ######### -LDFLAGS=$(ENGINE_LIB) +LDFLAGS=$(ENGINE_LIB) -L. LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter