commit | adcc5562a9a01f0bf4b0a9cc0b793d9bd2b54863 | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@tibitcommunications.com> | Mon Sep 19 01:44:06 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@tibitcommunications.com> | Mon Sep 19 01:44:06 2016 -0700 |
tree | 7079f62facecf0945858fe4b0c063d791ad6d909 | |
parent | 8dc1f5eef9f14c1a0e6ab73292204b9125febc5b [diff] [blame] |
Tibit EOAM implementation.
diff --git a/setup.mk b/setup.mk index b1ccd07..34af49c 100644 --- a/setup.mk +++ b/setup.mk
@@ -14,7 +14,11 @@ # limitations under the License. # -#### VERBOSE #### +## +## Makefile Setup +## + +## VERBOSE Option # Set V (for VERBOSE) on the comand line (make V=1) to see additional # output ifeq ("$(origin V)", "command line") @@ -24,4 +28,5 @@ export MAKEFLAGS+=--no-print-directory endif +## Common commands FLAKE8:=flake8