Skip to content

Commit

Permalink
Remove all docker volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Sep 24, 2023
1 parent 977bb4c commit ed59651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all:

clean:
rm -rf firmware/[^.]*
$(DOCKER) volume rm build
$(DOCKER) volume rm build config firmware

distclean:
$(DOCKER) image rm zmk docker.io/zmkfirmware/zmk-build-arm:stable

0 comments on commit ed59651

Please sign in to comment.