.cfg edits now rebuild .mid
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ MID_CFG_PATH := $(MID_SUBDIR)/midi.cfg
|
|||||||
|
|
||||||
# $1: Source path no extension, $2 Options
|
# $1: Source path no extension, $2 Options
|
||||||
define MID_RULE
|
define MID_RULE
|
||||||
$(MID_ASM_DIR)/$1.s: $(MID_SUBDIR)/$1.mid
|
$(MID_ASM_DIR)/$1.s: $(MID_SUBDIR)/$1.mid $(MID_CFG_PATH)
|
||||||
$(MID) $$< $$@ $2
|
$(MID) $$< $$@ $2
|
||||||
endef
|
endef
|
||||||
# source path, remaining text (options)
|
# source path, remaining text (options)
|
||||||
|
|||||||
Reference in New Issue
Block a user