Skip to content

Created a main Makefile to compile all programs. #30

Created a main Makefile to compile all programs.

Created a main Makefile to compile all programs. #30

Workflow file for this run

name: Test Assembler
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make check
working-directory: ./assembler
run: make check