diff --git a/test/Makefile b/test/Makefile index 05b56dc..df63afa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,4 +13,4 @@ all: $(TST) clean: rm -f $(TST) - rm -f *.dSYM + rm -Rf *.dSYM