Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Commit 7bb655a

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)