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