consciousness/Makefile
ProofOfConcept 313fd3cab7 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>
2026-04-03 19:00:18 -04:00

9 lines
164 B
Makefile

.PHONY: install build
build:
cargo build --workspace
install:
cargo install --path .
cargo install --path channels/irc
cargo install --path channels/telegram