Skip to content

Commit 2b51adb

Browse files
author
nedmsmith
committed
Create corim-import.mk
staging for when corim merges cddl-release.yml
1 parent 766c8f1 commit 2b51adb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

imports/corim-import.mk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include ../tools.mk
2+
3+
github := https://github.com/ietf/
4+
corim_rel_dl := draft-ietf-rats-corim/releases/download/
5+
corim_tag := cddl-tbd
6+
corim_url := $(join $(github), $(join $(corim_rel_dl), $(corim_tag)))
7+
8+
corim-autogen.cddl: ; $(curl) -LO $(corim_url)/$@
9+
10+
CLEANFILES += corim-autogen.cddl

0 commit comments

Comments
 (0)