1
0

chore(MP/cli): update justfile

This commit is contained in:
2026-06-06 22:17:12 +02:00
parent 56d92132b2
commit f99f8882c5

View File

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