Skip to content

Commit 7bb655a

Browse files
committed
Make: Use test as default rule
1 parent a999a83 commit 7bb655a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PACKAGE := pyfocas
44

55
# -- Rules ---------------------------------------------------------------------
66

7+
.PHONY: all
8+
all: test
9+
710
.PHONY: setup
811
setup:
912
uv venv --allow-existing

0 commit comments

Comments
 (0)