Skip to content

Commit

Permalink
added ability to export ce.cddl
Browse files Browse the repository at this point in the history
added exports dir and make target to generate ce.cddl file that can be exported to other repos.
  • Loading branch information
nedmsmith committed Jan 6, 2025
1 parent 79f28c3 commit 8eb5efb
Show file tree
Hide file tree
Showing 2 changed files with 737 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ $(eval $(call cddl_check_template,comidx,$(COMID_X_FRAGS),$(COMID_X_EXAMPLES)))
clean: ; rm -f $(CLEANFILES)

clean-extra: clean ; $(MAKE) -C $(CORIM_DIR) clean

export-ce: ce-autogen.cddl
@echo -n "copying ce.cddl to exports"
@cp $(CE_DIR)/ce-autogen.cddl exports/ce.cddl
Loading

0 comments on commit 8eb5efb

Please sign in to comment.