Adding ADJ LSA to Repo
diff --git a/Makefile b/Makefile
index 893ff21..3236fe6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
 clean:
 	rm -f *.o
 	rm -f $(PROGRAMS)
-	rm -rf $(PROGRAMS).dSYM
+	rm -rf *.dSYM
 
 .c.o:
 	$(CC) $(CFLAGS) -c $<