diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -6,7 +6,8 @@ Ducc is a toy C compiler, based on [my another tiny C compiler](https://github.c ## Dependencies * gcc -* [just](https://github.com/casey/just), a general-purpose task runner +* make +* [just](https://github.com/casey/just) ## Build @@ -15,6 +16,10 @@ Ducc is a toy C compiler, based on [my another tiny C compiler](https://github.c $ just build ``` +``` +$ just build-upto-5-gen +``` + ## Test @@ -22,6 +27,10 @@ $ just build $ just test ``` +``` +$ just test-self-hosted +``` + ## License |
