Skip to content

Commit b5c2ad4

Browse files
author
nedmsmith
committed
Create Makefile
top level make file
1 parent 8b69a69 commit b5c2ad4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DEFAULT_GOAL := check
2+
3+
SHELL := /bin/bash
4+
5+
CDDL_DIR := ./cddl/
6+
7+
check:
8+
$(MAKE) -C $(CDDL_DIR)

0 commit comments

Comments
 (0)