aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-21 14:48:00 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-21 14:48:04 +0100
commit81b8c2a1a824a69aa03f3c532dc20fe6b7b36cee (patch)
tree44bf0270e5f06aa9cef31e20982fb57215ca3ca5 /makefile
parentc7f50cfa517bdcbd6aa1021adc7c7305e9d89e1b (diff)
adding iterator
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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