From 0c5aae157a85c7e3feecb00e0d7d862bbebe4f74 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 27 Aug 2013 13:59:06 -0700 Subject: [PATCH] examples -> mininet/examples for code check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)