Skip to content
Snippets Groups Projects
Commit f259e2fa authored by Brandon Heller's avatar Brandon Heller
Browse files

Don't try to codecheck non-existent mnclean

parent 509a852f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ clean: ...@@ -6,7 +6,7 @@ clean:
MININET = mininet/*.py MININET = mininet/*.py
TEST = mininet/test/*.py TEST = mininet/test/*.py
EXAMPLES = examples/*.py EXAMPLES = examples/*.py
BIN = bin/mn bin/mnclean BIN = bin/mn
PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN) PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN)
P8IGN = E251,E201,E302 P8IGN = E251,E201,E302
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment