diff --git a/Makefile b/Makefile index c0c53f2..c989e61 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MININET = mininet/*.py TEST = mininet/test/*.py -EXAMPLES = examples/*.py +EXAMPLES = mininet/examples/*.py MN = bin/mn BIN = $(MN) PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN)