From 86cb94c72347d7439980e69a69797d6f8a1688d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 23 Aug 2025 10:15:46 +0900 Subject: feat: use "make" as builder --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6ead681..5a69b1e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-70-g09d2