Skip to content

Update Makefile

Update Makefile #10

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: echo thystart
- name: Install dependencies
run: make
- name: Run all
run: make all
- name: Run install
run: make install
- name: foldersetupfordist
run: mkdir dist; make windows; cp -r *.exe dist/
- uses: actions/upload-artifact@master
with:
name: exe
path: dist