From ca997f07f58bba79220b968f8acf5cd3863685c7 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 17:16:04 +0100 Subject: changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3