commit | 09904524795449566619a2a7dd128b30aa91223a | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@cyaninc.com> | Fri Sep 16 16:09:18 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@cyaninc.com> | Fri Sep 16 16:09:18 2016 -0700 |
tree | b0ee81c280fe7b5500cd390b27644a72b0a763a7 | |
parent | a6f0ec1d27bfc0e06a78b9fdcfc47ff250f5264e [diff] | |
parent | 70cb39fe66b41e13f9d58e4697308f3b430d682d [diff] |
Merge branch 'master' of bitbucket.org:corddesign/voltha
diff --git a/voltha/Makefile b/voltha/Makefile index 846542a..67ebfa7 100644 --- a/voltha/Makefile +++ b/voltha/Makefile
@@ -21,4 +21,4 @@ PYTHONFILES:=$(wildcard *.py) flake8: - $(FLAKE8) --filename $(PYTHONFILES) + $(FLAKE8) $(PYTHONFILES)