Add just build system
This commit is contained in:
12
did_router/justfile
Normal file
12
did_router/justfile
Normal file
@@ -0,0 +1,12 @@
|
||||
build:
|
||||
cargo build --release
|
||||
|
||||
install: build
|
||||
cargo install --path . --root /usr/local
|
||||
cp .env /etc/did_router.conf
|
||||
uninstall:
|
||||
rm -f /usr/local/bin/did_router
|
||||
rm -f /etc/did_router.conf
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
Reference in New Issue
Block a user