Fix V=0 make mode

See #431
This commit is contained in:
Justine Tunney 2022-06-21 01:32:31 -07:00
parent f317a47cd8
commit 56eff8544f
4 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ o/$(MODE)/examples/pyapp/pyapp.com.dbg: \
o/$(MODE)/examples/pyapp/pyapp.o \
$(CRT) \
$(APE_NO_MODIFY_SELF)
$(LINK) $(LINKARGS) -o $@
@$(COMPILE) -ALINK.ape $(LINK) $(LINKARGS) -o $@
# # Unwrap the APE .COM binary, that's embedded within the linked file
# # NOTE: This line can be commented out, since it's in build/rules.mk