1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-01 11:29:27 +00:00

and another

This commit is contained in:
mrdudz 2022-01-30 01:54:06 +01:00
parent f2ac6796aa
commit 8867d55b83

View File

@ -36,8 +36,8 @@ jobs:
- name: Test that the targettest programs can be built.
shell: bash
run: |
make SYS=c64 all
make SYS=c64 clean
make SYS=c64 -C targettest all
make SYS=c64 -C targettest clean
make SYS=apple2 -C targettest
make SYS=apple2 -C targettest clean
make SYS=apple2enh -C targettest