add gparted to tools

This commit is contained in:
Dmitriy Pleshevskiy 2023-12-05 11:19:27 +03:00
parent 32f10f6693
commit 8639ef9036
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -8,6 +8,10 @@ ender3v2:
cd $(PLATFORMIO_DIR) &&\ cd $(PLATFORMIO_DIR) &&\
$(PLATFORMIO) run --target upload --silent -e STM32F103RE_creality ; echo "done" >|"/run/user/1001/ipc" $(PLATFORMIO) run --target upload --silent -e STM32F103RE_creality ; echo "done" >|"/run/user/1001/ipc"
.PHONY: gparted
gparted:
sudo nix shell nixpkgs#gparted --command gparted
.PHONY: help .PHONY: help
help: help:
bat Makefile bat Makefile