Skip to content

Fixed Makefile

Fixed Makefile #1

Workflow file for this run

name: Build Project
on:
push:
branches: ["master"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build
- name: Test
run: make test
- name: Run
run: make run