| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `make test` exit early if any of the tests fail | Mustafa Quraish | 2022-02-03 | 1 | -1/+1 |
| | | |||||
| * | Update build system to use Makefile | Mustafa Quraish | 2022-01-30 | 1 | -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 | |||||