From 0f15744cc9dd1751dc38d3045113cf53c9936058 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 13 Mar 2012 16:30:40 -0700 Subject: [PATCH] Remove mnexec build and copy from make install, and add make develop. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3e26e0..92bb586 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,12 @@ test: $(MININET) $(TEST) -echo "Running tests" mininet/test/test_nets.py -install: mnexec - cp mnexec bin/ +install: python setup.py install +develop: + python setup.py develop + doc: doxygen doxygen.cfg