Skip to content

Commit

Permalink
Don't try to codecheck non-existent mnclean
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Heller committed Mar 5, 2010
1 parent 509a852 commit f259e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clean:
MININET = mininet/*.py
TEST = mininet/test/*.py
EXAMPLES = examples/*.py
BIN = bin/mn bin/mnclean
BIN = bin/mn
PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN)

P8IGN = E251,E201,E302
Expand Down

0 comments on commit f259e2f

Please sign in to comment.