chore(MP/cli): update justfile
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
@build:
|
||||
make
|
||||
|
||||
@install: build
|
||||
install -d /rootfs/usr/bin
|
||||
@install:
|
||||
install -m 0755 mp /rootfs/usr/bin/mp
|
||||
echo "temp_cli installed successfully in /rootfs/usr/bin/"
|
||||
|
||||
@clean:
|
||||
make clean
|
||||
rm -f -- mp
|
||||
rm -f /rootfs/usr/bin/mp
|
||||
|
||||
Reference in New Issue
Block a user