From 98ed54d72d72218003a619a21444bf5b269356f8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Jan 2025 19:26:59 -0800 Subject: [PATCH] WIP --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 283310c8..33cd06bf 100644 --- a/Makefile +++ b/Makefile @@ -148,11 +148,11 @@ test-format : ./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime.h ./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime-main.h ./scripts/check-c-formatting.sh $(HEADER_DIR)/types.h - ./scripts/check-c-formatting.sh ffi.c - ./scripts/check-c-formatting.sh gc.c +# ./scripts/check-c-formatting.sh ffi.c +# ./scripts/check-c-formatting.sh gc.c ./scripts/check-c-formatting.sh hashset.c - ./scripts/check-c-formatting.sh mstreams.c - ./scripts/check-c-formatting.sh runtime.c +# ./scripts/check-c-formatting.sh mstreams.c +# ./scripts/check-c-formatting.sh runtime.c # ./scripts/check-c-formatting.sh ck-polyfill.c # ./scripts/check-c-formatting.sh ck-polyfill.h