output target before name(s)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user