1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

samples makefile already goes through the subdirs correctly

This commit is contained in:
mrdudz 2022-01-30 13:18:51 +01:00
parent a0fc95bb15
commit ccb77735d2

View File

@ -33,8 +33,6 @@ jobs:
- name: Test that the samples can be built.
shell: bash
run: |
make SYS=c64 -C samples all
make SYS=c64 -C samples clean
make SYS=apple2 -C samples
make SYS=apple2 -C samples clean
make SYS=apple2enh -C samples
@ -192,8 +190,6 @@ jobs:
- name: Build app (release)
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
# TODO: build samples cbm subdir for all cbm targets
# TODO: fix targettest Makefile for all currently commented out targets
# TODO: build targettest cbm subdir for all cbm targets
# TODO: build targettest atari subdir for all atari targets