chore: formatted in root
This commit is contained in:
8
makefile
8
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user