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:
parent
a7f19cdc7e
commit
313fd3cab7
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue