From e5e92b7b23635ab7d7244153f090fd9e18cda34f Mon Sep 17 00:00:00 2001 From: awsms <48278661+awsms@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:52:15 +0100 Subject: [PATCH] tiny mistakes in the filenames of the make scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c2bd418..c2fa7508 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Since you are most likely on a 64-bit machine you will also need multilib for co Use `generate.sh` to generate make files. When this is done you will have a `build` folder with a `Makefile`. -You now run `make` manually or use `./scripts/make_release.sh` or `./scripts/make_debug.sh` to build. +You now run `make` manually or use `./scripts/make-release.sh` or `./scripts/make-debug.sh` to build. The resulting binaries can be found in `build/bin/`.