Skip to content

Commit 283047e

Browse files
author
cibot
committed
Definitions Update responder
1 parent 98aaf07 commit 283047e

File tree

2 files changed

+420
-173
lines changed

2 files changed

+420
-173
lines changed

alsdkdefs/apis/responder/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
###
2+
3+
build-ResponderOpenapiLayer: $(ARTIFACTS_DIR)/api/responder.v1.yaml
4+
5+
$(ARTIFACTS_DIR)/api/responder.v1.yaml: responder.v1.yaml
6+
mkdir -p $(ARTIFACTS_DIR)/api
7+
cp -f -- $^ $@
8+
9+
###

0 commit comments

Comments
 (0)