Skip to content

Commit 2ecb0a5

Browse files
committed
add make for setup
1 parent aa2f8af commit 2ecb0a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Makefile
2+
3+
.PHONY: all setup
4+
5+
# Default target
6+
all: setup
7+
8+
# Run setup.sh
9+
setup:
10+
bash setup.sh

0 commit comments

Comments
 (0)