diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 13:12:33 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 13:12:33 +0200 |
commit | 6773171c3d619be5bb646cdc80ebfd4d7ae26376 (patch) | |
tree | 0d2eaf46ebff7c0e4140d98d3292ef11aa0e6c6c /Makefile | |
parent | a0a94bddaf7b1ecf6c0c6f509315efd7b7dc0a48 (diff) |
re-generate core & example binary APIs
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,4 +12,8 @@ install: clean: @rm binapi_generator/binapi_generator -.PHONY: build test install clean +generate: + @cd core && go generate ./... + @cd examples && go generate ./... + +.PHONY: build test install clean generate |