output target before name(s)

This commit is contained in:
mrdudz
2025-06-26 23:53:36 +02:00
parent 0c22e310ef
commit 1f1e1f1490
6 changed files with 29 additions and 26 deletions

View File

@@ -79,7 +79,7 @@ else
endif
%.bin: %.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t pce $< -Wl -D__CARTSIZE__=${CARTSIZE} -m $*.map -o $@
ifndef QUIET
@echo "use 'make conio.pce' to produce a .pce file using dd"