Fix some small issues
Don't crash without self_clid Improve functions in main.rs
This commit is contained in:
parent
70e0a1d0b4
commit
895f5f9373
3 changed files with 28 additions and 25 deletions
4
Makefile
4
Makefile
|
@ -2,11 +2,13 @@
|
|||
|
||||
INSTALL_DIR = $(HOME)/.local/bin
|
||||
|
||||
export PATH := target/debug:$(PATH)
|
||||
|
||||
build:
|
||||
@cargo build
|
||||
|
||||
run: build
|
||||
@PATH=$(PWD)/target/debug:$(PATH) ./ts-control
|
||||
./ts-control
|
||||
|
||||
install:
|
||||
mkdir -p "$(INSTALL_DIR)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue