From d262334297c4067185665179dc7f333b38b44c28 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Jan 2025 19:24:09 -0800 Subject: [PATCH] WIP --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80dc5bde..283310c8 100644 --- a/Makefile +++ b/Makefile @@ -148,13 +148,13 @@ 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 ck-polyfill.c - ./scripts/check-c-formatting.sh ck-polyfill.h ./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 ck-polyfill.c +# ./scripts/check-c-formatting.sh ck-polyfill.h # This is a test directive used to test changes to a SLD file # EG: make sld SLDPATH=scheme/cyclone SLD=macros