Skip to content

Updated LICENSE for a clearer communication, update README.md, makefi… #5

Updated LICENSE for a clearer communication, update README.md, makefi…

Updated LICENSE for a clearer communication, update README.md, makefi… #5

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: make all
run: make all