commit | 16c6d4f16a2721c4cde355b957c93721c5f8864a | [log] [tgz] |
---|---|---|
author | Illyoung Choi <iychoi@opennetworking.org> | Wed Jul 24 18:09:26 2019 -0700 |
committer | Illyoung Choi <iychoi@opennetworking.org> | Wed Jul 24 18:13:49 2019 -0700 |
tree | 5a9926ccbf701baa37cfb739dfae0fcc9f08c9e1 | |
parent | c707c055cd6e85a26a8db74ca399e74ba70d99b5 [diff] [blame] |
Make event emit API consistent to other APIs Change-Id: I458b4a9bd3797638bf397e7dcb15b34118677af0
diff --git a/Makefile b/Makefile index a26d3ce..9e9453d 100644 --- a/Makefile +++ b/Makefile
@@ -32,6 +32,8 @@ DOCKER_LABEL_COMMIT_DATE ?= $(shell git diff-index --quiet HEAD -- && git show -s --format=%cd --date=iso-strict HEAD || echo "unknown" ) DOCKER_LABEL_BUILD_DATE ?= $(shell date -u "+%Y-%m-%dT%H:%M:%SZ") + +# Targets all: test docker-build: