diff options
author | YamaArashi <shadow962@live.com> | 2017-04-29 12:11:29 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-04-29 12:12:52 -0700 |
commit | 8cb59c9783ec33d8feac475a6259aec240fd2234 (patch) | |
tree | d5ad278a46a930ed0f831bbc5219633db5276038 | |
parent | 284b0228578b00ec5971d887303f38994992173a (diff) |
remove equals sign
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |