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

@@ -72,35 +72,35 @@ else
endif
c64-scpu-test.prg: c64-c128-scpu-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c64 c64-c128-scpu-test.c -o c64-scpu-test.prg
c128-scpu-test.prg: c64-c128-scpu-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c128 c64-c128-scpu-test.c -o c128-scpu-test.prg
c64dtv-test.prg: c64dtv-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c64 c64dtv-test.c -o c64dtv-test.prg
c64-test.prg: c64-c128-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c64 c64-c128-test.c -o c64-test.prg
c128-test.prg: c64-c128-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c128 c64-c128-test.c -o c128-test.prg
chameleon-test.prg: chameleon-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c64 chameleon-test.c -o chameleon-test.prg
c65-test.prg: c65-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c64 c65-test.c -o c65-test.prg
turbomaster-test.prg: turbomaster-test.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -t c64 turbomaster-test.c -o turbomaster-test.prg
clean: