Skip to content

Commit

Permalink
Merge pull request KinesisCorporation#36 from craftyguy/V2.0-make-cle…
Browse files Browse the repository at this point in the history
…an-no-fail

makefile: ignore errors during clean
  • Loading branch information
ReFil authored and stefanradziuk committed Nov 13, 2022
2 parents 2b7261c + 78df0ff commit 0f87f68
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 @@ -8,7 +8,7 @@ all: setup build
build: firmware/$$(TIMESTAMP)-left.uf2 firmware/$$(TIMESTAMP)-right.uf2

clean:
rm ./firmware/*.uf2
rm -f firmware/*.uf2

firmware/%-left.uf2 firmware/%-right.uf2: config/adv360.keymap
$(DOCKER) run --rm -it --name zmk \
Expand Down

0 comments on commit 0f87f68

Please sign in to comment.