summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-11-18 21:31:04 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-11-18 21:31:04 -0500
commit70b6e05a47fc2e38d4f90cc2145f4d3d23a92793 (patch)
tree311299875e76c55ad645cbed0f206e87f0df3e57
parent68b53c743770ae34428b29a5eb988e3e58c82285 (diff)
Remove useless comment.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf569de80..07143e4ad 100644
--- a/Makefile
+++ b/Makefile
@@ -300,7 +300,6 @@ $(DATA_ASM_BUILDDIR)/%.o: $(DATA_ASM_SUBDIR)/%.s
else
define DATA_ASM_DEP
$1: $2 $$(shell $(SCANINC) -I include -I "" $2)
- #echo "hello"
$$(PREPROC) $$< charmap.txt | $$(CPP) -I include | $$(AS) $$(ASFLAGS) -o $$@
endef
$(foreach src, $(REGULAR_DATA_ASM_SRCS), $(eval $(call DATA_ASM_DEP,$(patsubst $(DATA_ASM_SUBDIR)/%.s,$(DATA_ASM_BUILDDIR)/%.o, $(src)),$(src))))