Remove mnexec build and copy from make install, and add make develop.

This commit is contained in:
Bob Lantz
2012-03-13 16:30:40 -07:00
parent a0497d8c38
commit 0f15744cc9
+4 -2
View File
@@ -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