Skip to content

Semi fix for Issue#8 #32

Semi fix for Issue#8

Semi fix for Issue#8 #32

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: Clean and build
run: make clean && make