mirror of
https://github.com/cc65/cc65.git
synced 2025-01-22 06:30:38 +00:00
Do not compile petscii test for unsupported platforms.
Only C64 is supported.
This commit is contained in:
parent
6ac4aa4e20
commit
ba93ab07bc
@ -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 $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user