Skip to content

Commit 5f5388f

Browse files
committed
Don't run make format in make build
1 parent d31969a commit 5f5388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ IN_CI ?=
4040

4141
# Build the compiler, after formatting the code
4242
.PHONY: build
43-
build: format build-dev
43+
build: build-dev
4444

4545
# Build the project, test it and verify the generated files
4646
.PHONY: build-test-verify

0 commit comments

Comments
 (0)