Skip to content

Update Readme

Update Readme #5

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: mkdir
run: mkdir -p obj
- name: make all
run: make