From b7152b3468a19bfa198f9e4e193a8cb1905883c7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 29 Jan 2024 18:21:31 -0800 Subject: [PATCH] Use cflags for test-lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c66c643b..4f12c129 100644 --- a/Makefile +++ b/Makefile @@ -345,4 +345,4 @@ install-bin : cyclone icyc # TODO: is this linking in local lcyclone or the system one???? test-lib: test-lib.c - $(CC) test-lib.c -o test-lib -L . $(LIBS) + $(CCOMP) test-lib.c -o test-lib -L . $(LIBS)