aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-26 16:06:38 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-26 16:06:38 -0700
commitabf143eb26bf933b07bd3e191bb0860f13b9abe8 (patch)
tree2af8524e11d87f83e2489f9d60f50b47f9f3e0f1 /Makefile
parentcf86977fb3a3def17c97dc49e844764995133b81 (diff)
Wrong .dbc file name in Makfile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 996991b..f7ea5d5 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: mycan
all_SRE_edited.c all_SRE_edited.h: all_SRE_edited.dbc
# https://github.com/howerj/dbcc
- dbcc all_SRETest.dbc
+ dbcc all_SRE_edited.dbc
all_SRE_edited.o: all_SRE_edited.c all_SRE_edited.h
cc -Wall -c $<