More chatgpt modifications

This commit is contained in:
Igor Katson 2023-11-20 22:10:01 +00:00
parent 88ca5960df
commit aef1ffbd90
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 21 additions and 21 deletions

View file

@ -2,6 +2,11 @@ OPENSSL_VERSION=3.1.1
all: sign-release sign-debug
@PHONY: webui-dev
webui-dev:
cd crates/librqbit/webui && \
tsc --watch
@PHONY: clean
clean:
rm -rf target