aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make `make test` exit early if any of the tests failMustafa Quraish2022-02-031-1/+1
|
* Update build system to use MakefileMustafa Quraish2022-01-301-0/+56
`make` to compile the compiler `make XXX.out` to assemble/link `XXX.nasm` into an executable `make test` to run all tests `make tests/XXX` to run `tests/XXX.sh` test file `./run.sh <cupcc args>` to build, compile, run and show exit code