summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-04-29 12:11:29 -0700
committerYamaArashi <shadow962@live.com>2017-04-29 12:12:52 -0700
commit8cb59c9783ec33d8feac475a6259aec240fd2234 (patch)
treed5ad278a46a930ed0f831bbc5219633db5276038
parent284b0228578b00ec5971d887303f38994992173a (diff)
remove equals sign
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8575752b..073bab0ee 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ $(SONG_OBJS): %.o: %.s
$(AS) $(ASFLAGS) -I sound -o $@ $<
-define VERSION_RULES =
+define VERSION_RULES
$1_C_OBJS := $$(C_SRCS:%.c=build/$1/%.o)
$1_ASM_OBJS := $$(ASM_SRCS:%.s=build/$1/%.o)