Skip to content

Add --distclean command #35

Add --distclean command

Add --distclean command #35

Workflow file for this run

name: Build
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
shell: bash
run: make -j4