diff options
author | Arun Isaac | 2025-04-14 05:13:48 +0100 |
---|---|---|
committer | Arun Isaac | 2025-04-14 05:14:00 +0100 |
commit | 3b236481511051f9ec5925c31a494a13d217616a (patch) | |
tree | 9deec424cac60d2620b943e404aa7d75851621b5 | |
parent | 552757f0abca4aff9af09d1456673996873f91c3 (diff) | |
download | gexp-make-3b236481511051f9ec5925c31a494a13d217616a.tar.gz gexp-make-3b236481511051f9ec5925c31a494a13d217616a.tar.lz gexp-make-3b236481511051f9ec5925c31a494a13d217616a.zip |
Link to blog post.
* README.md: Link to blog post.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ # G-expression based Make—a proof of concept -This is a proof-of-concept demo repository showing what a G-expression based Make-like build tool could look like. +This is a proof-of-concept demo repository showing what a G-expression based Make-like build tool could look like. This is a companion repository to the blog post [G-expressions: Makings of a Make-killer?](https://systemreboot.net/post/g-expressions-makings-of-a-make-killer). |