1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

cbmdir-test for VICs needs memory expansion.

This commit is contained in:
Sven Michael Klose 2021-12-25 09:45:15 +01:00 committed by mrdudz
parent 4bc9a9d9cc
commit 20f7320bae

View File

@ -40,7 +40,11 @@ petscii.prg:
endif
cbmdir-test.prg: cbmdir-test.c
ifeq ($(SYS),vic20)
$(CL) -C vic20-32k.cfg -Oris -o $@ $<
else
$(CL) -t $(SYS) -Oris -o $@ $<
endif
clean:
@$(DEL) *.lst petscii.prg cbmdir-test.prg 2>$(NULLDEV)