Skip to content

Commit 4dfa5ba

Browse files
author
nedmsmith
committed
Update Makefile
add target to make clean
1 parent 724ba2d commit 4dfa5ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ SHELL := /bin/bash
55
CDDL_DIR := ./cddl/
66

77
check:
8-
$(MAKE) -C $(CDDL_DIR)
8+
$(MAKE) -C $(CDDL_DIR)
9+
10+
clean:
11+
$(MAKE) -C $(CDDL_DIR) clean

0 commit comments

Comments
 (0)