summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fea1e29..1e0ea0a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,11 +50,11 @@ $(NAME): ${OBJS}
all: ${NAME}
clean:
- ${RM} ${OBJS} ${B_OBJS}
+ ${RM} ${OBJS_DIR}
xclean:
${RM} ${NAME}
- ${RM} ${NAME}.dSYM
+ ${RM} ${NAME}.dSYM/
fclean: clean xclean