Makefile 🔗
@@ -4,7 +4,7 @@
.PHONY: all fmt fmt-check lint check test test-quiet ci dist clean
-all: fmt lint check test
+all: fmt lint check test-quiet
# Bundle all modules into single distributable file
dist: dist/wt
Amolith created
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -4,7 +4,7 @@
.PHONY: all fmt fmt-check lint check test test-quiet ci dist clean
-all: fmt lint check test
+all: fmt lint check test-quiet
# Bundle all modules into single distributable file
dist: dist/wt