Fix small issues
This commit is contained in:
parent
411149023c
commit
28f479a622
4 changed files with 7 additions and 7 deletions
6
Makefile
6
Makefile
|
@ -9,12 +9,12 @@ export PATH := target/debug:$(PATH)
|
|||
build:
|
||||
@cargo build
|
||||
|
||||
run: build
|
||||
./ts-control
|
||||
|
||||
./ts-control: .FORCE
|
||||
bashly generate
|
||||
|
||||
run: build ./ts-control
|
||||
./ts-control
|
||||
|
||||
install: ./ts-control
|
||||
mkdir -p "$(INSTALL_DIR)"
|
||||
cargo build --release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue