Skip to content

Makefile: rm package version from man pages #4

Makefile: rm package version from man pages

Makefile: rm package version from man pages #4

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
# End of file.