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

@@ -64,13 +64,13 @@ else
endif
audiotest.bin: audiotest.s
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -l audiotest.lst -t gamate -o audiotest.bin audiotest.s
lcdtest.bin: lcdtest.s
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -l lcdtest.lst -t gamate -o lcdtest.bin lcdtest.s
ctest.bin: ctest.c
$(if $(QUIET),echo $@)
$(if $(QUIET),echo $(SYS):$@)
$(CL) -l ctest.lst -t gamate -o ctest.bin ctest.c
clean: