From 81b8c2a1a824a69aa03f3c532dc20fe6b7b36cee Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sat, 21 Mar 2026 14:48:00 +0100 Subject: adding iterator --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 03f0e1d..49de51e 100644 --- a/makefile +++ b/makefile @@ -33,7 +33,7 @@ CM_CC_FLAGS += -DCM_OPT_ASSERT_PATH='$(CM_OPT_ASSERT_PATH)' all:: $(CM_OBJECT) $(CM_OBJECT): $(CM_SOURCE) - $(CC) $(CM_CC_FLAGS) -c $^ -o $@ + $(CC) $(CM_CC_FLAGS) -c $< -o $@ ifeq ($(CM_OPT_ENABLE_DEMO),1) .PHONY: all -- cgit v1.2.3