Skip to content

Commit 5e12ef7

Browse files
author
nedmsmith
committed
Update Makefile
Furthur streamlined makefile
1 parent 62e4f5a commit 5e12ef7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

imports/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ SHELL := /bin/bash
55
include ../tools.mk
66
include ../funcs.mk
77

8-
check:: get-corim-autogen
8+
CORIM := corim-autogen
9+
10+
check:: get-$(CORIM)
911

1012
# Get corim-autogen.cddl
11-
CORIM := corim-autogen
1213
CORIM_REPO := https://github.com/ietf-rats-wg/
1314
CORIM_DL := draft-ietf-rats-corim/releases/download/
1415
CORIM_TAG := cddl-8c267cd
1516
$(eval $(call get_cddl_release,$(CORIM),$(CORIM_REPO),$(CORIM_DL),$(CORIM_TAG)))
1617

17-
18-
CLEANFILES += corim-autogen.cddl
18+
CLEANFILES += $(CORIM).cddl
1919

2020
clean: ; rm $(CLEANFILES)

0 commit comments

Comments
 (0)