chore: formatted in root

This commit is contained in:
Loic Coenen
2026-05-14 17:30:57 +00:00
parent 971372eac9
commit 5cffec86e7
2 changed files with 7 additions and 1 deletions

View File

Binary file not shown.

View File

@@ -2,7 +2,7 @@
SUBDIRS = engine client
.PHONY: all build clean test $(SUBDIRS)
.PHONY: all build clean test check format $(SUBDIRS)
all: build
@@ -21,3 +21,9 @@ clean:
echo "Cleaning $$dir..."; \
$(MAKE) -C $$dir clean; \
done
check:
$(MAKE) -C engine check
format:
$(MAKE) -C engine format