Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
fix build error for xml target
  • Loading branch information
nedmsmith committed Dec 5, 2024
1 parent 9d86b6d commit 71174c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include cddl/corim-frags.mk

define cddl_targets

$(drafts_xml):: cddl/$(1)-autogen.cddl
$(drafts_xml): cddl/$(1)-autogen.cddl

cddl/$(1)-autogen.cddl: $(addprefix cddl/,$(2))
$(MAKE) -C cddl check-$(1)
Expand Down

0 comments on commit 71174c7

Please sign in to comment.