From 8cb59c9783ec33d8feac475a6259aec240fd2234 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 29 Apr 2017 12:11:29 -0700 Subject: remove equals sign --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3