chore: formatted in root
This commit is contained in:
Binary file not shown.
8
makefile
8
makefile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
SUBDIRS = engine client
|
SUBDIRS = engine client
|
||||||
|
|
||||||
.PHONY: all build clean test $(SUBDIRS)
|
.PHONY: all build clean test check format $(SUBDIRS)
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
@@ -21,3 +21,9 @@ clean:
|
|||||||
echo "Cleaning $$dir..."; \
|
echo "Cleaning $$dir..."; \
|
||||||
$(MAKE) -C $$dir clean; \
|
$(MAKE) -C $$dir clean; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
check:
|
||||||
|
$(MAKE) -C engine check
|
||||||
|
|
||||||
|
format:
|
||||||
|
$(MAKE) -C engine format
|
||||||
|
|||||||
Reference in New Issue
Block a user