Skip to content

libsec: add missing \ in Makefile #14

libsec: add missing \ in Makefile

libsec: add missing \ in Makefile #14

Workflow file for this run

name: C
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make clean
run: CONF=unix make clean
- name: make
run: CONF=unix make