add gparted to tools
This commit is contained in:
parent
32f10f6693
commit
8639ef9036
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue