From 69346960b80a0fc67bc2af7978bc2cc6505bcc8a Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 30 Jan 2022 13:18:51 +0100 Subject: [PATCH] samples makefile already goes through the subdirs correctly --- .github/workflows/build-on-pull-request.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-on-pull-request.yml b/.github/workflows/build-on-pull-request.yml index bb343a9ff..41a3529b8 100644 --- a/.github/workflows/build-on-pull-request.yml +++ b/.github/workflows/build-on-pull-request.yml @@ -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