Changed Makefile and setup.py
diff --git a/Makefile b/Makefile
index b6a6692..c0c53f2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,7 @@
 TEST = mininet/test/*.py
 EXAMPLES = examples/*.py
 MN = bin/mn
-MNCCNX = bin/miniccnx
-MNCCNXEDIT = bin/miniccnxedit
-BIN = $(MN) $(MNCCNX) $(MNCCNXEDIT)
+BIN = $(MN)
 PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN)
 MNEXEC = mnexec
 MANPAGES = mn.1 mnexec.1