From bedd8f409a41bf2a2c9650eeda56effeda852817 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 16 May 2022 16:30:58 -0400 Subject: Makefile: Split build into bin and obj directories This also moves the main binary from ./bfs to ./bin/bfs, and ./tests.sh to ./tests/tests.sh, with the goal of keeping the repository root clean. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5502f76..cb4995f 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ Then run $ make -This will build the `bfs` binary in the current directory. +This will build the `./bin/bfs` binary. Run the test suite to make sure it works correctly: $ make check -- cgit v1.2.3