We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7556a7 commit 6109313Copy full SHA for 6109313
src/uecho/std/Makefile
@@ -35,6 +35,7 @@ MANUFACTURE_LIST_URL=https://echonet.jp/wp/wp-content/uploads/pdf/General/Echone
35
36
manufacturers.c : ${MANUFACTURE_CSV}
37
@./manufacturers.pl ${MANUFACTURE_CSV} > $@
38
+ git commit $@ -m "chore: update manufacturer codes to latest version"
39
40
${MANUFACTURE_XLSX}:
41
@wget -q -O ${MANUFACTURE_XLSX} ${MANUFACTURE_LIST_URL}
@@ -50,3 +51,4 @@ MRA_JSON_DIR=MRA_en_v1.3.0
50
51
52
objects_mra.c :
53
@./objects_mra.pl ${MRA_JSON_DIR} > $@
54
+ git commit $@ -m "chore: update MRA objects to latest version (${MRA_JSON_DIR})"
0 commit comments