Skip to content

Change the help targets in Makefiles to be compatible with BSD sed. #49

Change the help targets in Makefiles to be compatible with BSD sed.

Change the help targets in Makefiles to be compatible with BSD sed. #49

Workflow file for this run

name: C CI for clang on Mac OS
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- name: make using zsh instead of bash
run: ./configure.sh && make CC=clang