commit 6109a763346cd571964ac798428e2a2d127e3c1a parent d9be86a291fcaa170d359b363cea29e156e86f07 Author: ng0 <ng0@n0.is> Date: Wed, 2 Oct 2019 21:10:02 +0000 attempt to provide ./bootstrap via Make Diffstat:
| A | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,3 @@ +bootstrap: + ln -sf configure ../configure + ln -sf configure.py ../configure.py