From 2177eceacb6374d71bbe55571c79b11ffe836400 Mon Sep 17 00:00:00 2001
From: angrave <angrave@illinois.edu>
Date: Thu, 6 Aug 2015 14:48:01 -0500
Subject: [PATCH] clean target will also remove the debug dsym directories

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b34ae6a..644102d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,5 @@ all : $(PROGS)
 	$(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@
 
 clean : 
-	rm -rf $(PROGS)
-
+	rm -rf $(PROGS) *.dSYM
 
-- 
GitLab