Skip to content

Makefile.lint: fix all target #15

Makefile.lint: fix all target

Makefile.lint: fix all target #15

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
# End of file.