Skip to content

Commit a583846

Browse files
committed
chore: add Makefile
1 parent 62024b2 commit a583846

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: build
2+
build:
3+
@swift build --enable-test-discovery
4+
5+
.PHONY: test
6+
test:
7+
@swift test --enable-test-discovery

0 commit comments

Comments
 (0)