diff --git a/arc b/arc
deleted file mode 100644
index 3dfc5690e6dcd239daee5e47220b356c75ada1c7..0000000000000000000000000000000000000000
--- a/arc
+++ /dev/null
@@ -1,31 +0,0 @@
-# Implementado por: Eduardo Machado e Victor Perszel
-# 2015
-
-CC=g++
-LIB=./lib
-INCLUDE=./include
-SRC=./src
-OBJ=./obj
-FLAGS = -w
-
-main:	connectionRawSocket messages miniShell submessages
-	$(CC) $(SRC)/main.cpp $(OBJ)/connectionRawSocket.o $(OBJ)/messages.o $(OBJ)/miniShell.o $(OBJ)/submessages.o $(FLAGS) -I$(INCLUDE) -L$(LIB) -o connection
-
-connectionRawSocket:
-	$(CC) -c $(SRC)/connectionRawSocket.cpp $(FLAGS) -I$(INCLUDE) -o $(OBJ)/connectionRawSocket.o
-	ar -cru $(LIB)/connectionRawSocket.a $(OBJ)/connectionRawSocket.o
-
-messages:
-	$(CC) -c $(SRC)/messages.cpp $(FLAGS) -I$(INCLUDE) -o $(OBJ)/messages.o
-	ar -cru $(LIB)/messages.a $(OBJ)/messages.o
-
-miniShell:
-	$(CC) -c $(SRC)/miniShell.cpp $(FLAGS) -I$(INCLUDE) -o $(OBJ)/miniShell.o
-	ar -cru $(LIB)/miniShell.a $(OBJ)/miniShell.o
-
-submessages:
-	$(CC) -c $(SRC)/submessages.cpp $(FLAGS) -I$(INCLUDE) -o $(OBJ)/submessages.o
-	ar -cru $(LIB)/submessages.a $(OBJ)/submessages.o
-
-clean:
-	rm connection $(SRC)/*~ $(OBJ)/*o $(LIB)/*a
diff --git a/connection b/connection
deleted file mode 100755
index 1287e97f89a0545b1cef88caea32ab28384433c2..0000000000000000000000000000000000000000
Binary files a/connection and /dev/null differ
diff --git a/john_maer.mp3 b/john_maer.mp3
deleted file mode 100644
index 73b10d9b1d82e48c7a01480bfb0dbe253413d2bd..0000000000000000000000000000000000000000
Binary files a/john_maer.mp3 and /dev/null differ
diff --git a/lib/connectionRawSocket.a b/lib/connectionRawSocket.a
deleted file mode 100644
index 48d567a2dbae101c41430409b8169e41742fa170..0000000000000000000000000000000000000000
Binary files a/lib/connectionRawSocket.a and /dev/null differ
diff --git a/lib/messages.a b/lib/messages.a
deleted file mode 100644
index 8851c4e09ac209aeff350236aa6d33553150efe7..0000000000000000000000000000000000000000
Binary files a/lib/messages.a and /dev/null differ
diff --git a/lib/miniShell.a b/lib/miniShell.a
deleted file mode 100644
index 2748cf5263d5dab53f1a9fc7660d806d86c6978f..0000000000000000000000000000000000000000
Binary files a/lib/miniShell.a and /dev/null differ
diff --git a/lib/submessages.a b/lib/submessages.a
deleted file mode 100644
index 7026e9bbc890492e7b2246dbeda04ecda507a384..0000000000000000000000000000000000000000
Binary files a/lib/submessages.a and /dev/null differ
diff --git a/obj/connectionRawSocket.o b/obj/connectionRawSocket.o
deleted file mode 100644
index ba1eba042c74e335d1d8674b6ee3dbc770a7b304..0000000000000000000000000000000000000000
Binary files a/obj/connectionRawSocket.o and /dev/null differ
diff --git a/obj/messages.o b/obj/messages.o
deleted file mode 100644
index f1b7419a16636e5c5a5b0b0173631a2857fefd90..0000000000000000000000000000000000000000
Binary files a/obj/messages.o and /dev/null differ
diff --git a/obj/miniShell.o b/obj/miniShell.o
deleted file mode 100644
index 866fa9b2a66ff8c1c9fec7d733972bb6f8ccd882..0000000000000000000000000000000000000000
Binary files a/obj/miniShell.o and /dev/null differ
diff --git a/obj/submessages.o b/obj/submessages.o
deleted file mode 100644
index d95dcfdde26bb3dd3ba69ac0a008b484ca86f2b4..0000000000000000000000000000000000000000
Binary files a/obj/submessages.o and /dev/null differ