1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

and another

This commit is contained in:
mrdudz 2022-01-30 01:54:06 +01:00
parent 90cc44b410
commit 43fdc8781d

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