aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-23 10:15:46 +0900
committernsfisis <nsfisis@gmail.com>2025-08-23 18:44:30 +0900
commit86cb94c72347d7439980e69a69797d6f8a1688d6 (patch)
tree4c262aeb3da553c1227ede44465f050dfa5831aa /README.md
parent8646e6f693fd935c6cb81e776a6c92a3fd093a33 (diff)
downloadducc-86cb94c72347d7439980e69a69797d6f8a1688d6.tar.gz
ducc-86cb94c72347d7439980e69a69797d6f8a1688d6.tar.zst
ducc-86cb94c72347d7439980e69a69797d6f8a1688d6.zip
feat: use "make" as builder
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
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