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. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index faa1ff5..4ded7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/build/ -/bfs +/bin/ +/obj/ -- cgit v1.2.3