Change output directory to ./bin when compiling

Previously, binaries were compiled to ./out.
This commit is contained in:
Ryan Smith
2025-03-17 15:54:14 -07:00
parent 0d09a59d3c
commit 5dc1a6d91c
2 changed files with 11 additions and 11 deletions

2
.gitignore vendored
View File

@@ -27,4 +27,4 @@ deceptifeed.*
deceptifeed-*.*
# Ignore build output directory used by Makefile.
out/
bin/