first commit

This commit is contained in:
Michatec
2026-02-01 09:55:46 +01:00
commit be8a399fe6
11 changed files with 12315 additions and 0 deletions

22
.github/workflows/makefile.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
- name: Build project
run: sudo make install