diff --git a/targettest/cbm/Makefile b/targettest/cbm/Makefile index 298f80d62..147df2c1c 100644 --- a/targettest/cbm/Makefile +++ b/targettest/cbm/Makefile @@ -32,8 +32,12 @@ endif all: petscii.prg cbmdir-test.prg +ifeq ($(SYS),c64) petscii.prg: petscii.c $(CL) -t $(SYS) -O -o petscii.prg petscii.c +else +petscii.prg: +endif cbmdir-test.prg: cbmdir-test.c $(CL) -t $(SYS) -Oris -o $@ $<