Skip to content

Commit

Permalink
Ignore errors in make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Sep 24, 2023
1 parent 79e6fce commit 3088b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all:

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

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

0 comments on commit 3088b54

Please sign in to comment.