From 66e5b090c1ad7ed0d983de5c08da7f1f0fc83314 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Fri, 15 May 2015 10:58:46 +0200 Subject: [PATCH] add removing of dSYM folder in clean target --- 21st_century_c/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/21st_century_c/Makefile b/21st_century_c/Makefile index 3cb3a98..490a45d 100644 --- a/21st_century_c/Makefile +++ b/21st_century_c/Makefile @@ -22,3 +22,4 @@ clean : rm -f boxes rm -f show_tree rm -f simple_cplx + rm -rf *.dSYM