commit | 5157de0ef22585d97aa49147cc2a4bc041c727fa | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@cyaninc.com> | Fri Sep 16 15:20:37 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@cyaninc.com> | Fri Sep 16 15:20:37 2016 -0700 |
tree | 380e6d55776fec8f909d95ec1111c7eb16d3be8c | |
parent | c0a80c85d2d29dcf6385672f3fe173f387375fe8 [diff] [blame] |
Fixing all target for Makefile.
diff --git a/Makefile b/Makefile index 28223d4..210f304 100644 --- a/Makefile +++ b/Makefile
@@ -20,6 +20,8 @@ .PHONY: $(DIRS) $(DIRS_CLEAN) $(DIRS_FLAKE8) flake8 +default: build + ## New directories can be added here DIRS:=\ voltha @@ -48,8 +50,6 @@ @echo " FLAKE8 $(basename $@)" $(Q)$(MAKE) -C $(basename $@) flake8 -default: build - help: @echo "Usage: make [<target>]" @echo "where available targets are:"