summaryrefslogtreecommitdiffstats
path: root/make/custom/sim68000.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/sim68000.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index ee1392b696..9717159e8c 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -27,6 +27,6 @@ define make-exe
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
- $(SIZE) $@
+ $(SIZE) $(basename $@).nxe
endef
# Miscellaneous additions go here