1
0
mirror of https://github.com/cc65/cc65.git synced 2026-03-10 17:21:49 +00:00

Merge branch 'master' into checksorted

This commit is contained in:
Bob Andrews
2025-06-12 23:33:12 +02:00
committed by GitHub
12 changed files with 312 additions and 43 deletions

View File

@@ -30,6 +30,9 @@ jobs:
- name: Build the tools.
shell: bash
run: make -j2 bin USER_CFLAGS=-Werror
- name: Build the dbginfo example
shell: bash
run: make -j2 -C src test
- name: Build the utilities.
shell: bash
run: make -j2 util