Skip to content

Makefile tools in variables #46

Makefile tools in variables

Makefile tools in variables #46

Workflow file for this run

name: potat OS CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make build
run: make build-x86_64