make install builds and installs all workspace binaries (consciousness, consciousness-channel-irc, consciousness-channel-telegram). Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
9 lines
164 B
Makefile
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
|