aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
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