add Makefile, remove binary path search in supervisor

make install builds and installs all workspace binaries
(consciousness, consciousness-channel-irc, consciousness-channel-telegram).

Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
ProofOfConcept 2026-04-03 19:00:18 -04:00
parent a7f19cdc7e
commit 313fd3cab7

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
.PHONY: install build
build:
cargo build --workspace
install:
cargo install --path .
cargo install --path channels/irc
cargo install --path channels/telegram