Skip to content

Commit 2169c86

Browse files
Seppo TakaloGerrit Code Review
authored andcommitted
Merge "ONME-1333: coap-service: add deploy_to target needed for source delivery"
2 parents b34fb79 + 925491e commit 2169c86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ $(eval $(call generate_rules,$(LIB),$(SRCS)))
5959
.PHONY: release
6060
release:
6161
7z a coap-service_$(VERSION).zip *.a *.lib include
62+
63+
.PHONY: deploy_to
64+
deploy_to: all
65+
tar --transform 's,^,coap-service/,' --append -f $(TO) *.a

0 commit comments

Comments
 (0)