From 6fa38f4d83dfd67bba9ef49bb2d1ece3a57e95d1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 16 Oct 2023 01:20:49 +0200 Subject: Replace handwritten Makefile with configure script --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 134ec6f..d2d8e0a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ sudo apt install cmake xxd jq Two build environments are provided for `slcl` - feel free to choose any of them: -- A mostly POSIX-compliant [`Makefile`](Makefile). +- A [`configure`](configure) POSIX shell and mostly POSIX-compliant +[`Makefile`](Makefile). - A [`CMakeLists.txt`](CMakeLists.txt). `slcl` can be built using the standard build process: @@ -82,6 +83,7 @@ them: #### Make ```sh +$ ./configure $ make ``` -- cgit v1.2.3