commit | fc8a032ed2a0273ef801e335d151345529916817 | [log] [tgz] |
---|---|---|
author | carlosmscabral <carlosmscabral@gmail.com> | Mon Feb 04 12:10:16 2013 -0200 |
committer | carlosmscabral <carlosmscabral@gmail.com> | Mon Feb 04 12:10:16 2013 -0200 |
tree | 402f7126b933ee04bd8046694f17efc14260f1d8 | |
parent | 29432250ec7a02283a2c8196a3f1053683f3a569 [diff] [blame] |
-
diff --git a/Makefile b/Makefile index c0c53f2..b6a6692 100644 --- a/Makefile +++ b/Makefile
@@ -2,7 +2,9 @@ TEST = mininet/test/*.py EXAMPLES = examples/*.py MN = bin/mn -BIN = $(MN) +MNCCNX = bin/miniccnx +MNCCNXEDIT = bin/miniccnxedit +BIN = $(MN) $(MNCCNX) $(MNCCNXEDIT) PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN) MNEXEC = mnexec MANPAGES = mn.1 mnexec.1