Fix small issues

This commit is contained in:
Tobias Reisinger 2025-07-10 19:33:21 +02:00
parent 411149023c
commit 28f479a622
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 7 deletions

View file

@ -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