Skip to content

Commit

Permalink
Makefile: update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Nov 15, 2024
1 parent 1c856f6 commit 0530847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QMK_REPO ?= zsa/qmk_firmware
QMK_BRANCH ?= firmware22

.PHONY: build
build: zsa_firmware/keyboards/moonlander/keymaps/mcoding zsa_firmware/.build/moonlander_mcoding.bin
build: zsa_firmware/keyboards/zsa/moonlander/keymaps/mcoding zsa_firmware/.build/moonlander_mcoding.bin

.PHONY: qmk_setup
qmk_setup:
Expand All @@ -14,4 +14,4 @@ zsa_firmware/keyboards/zsa/moonlander/keymaps/mcoding: mcoding qmk_setup
cp -r "$<" "$@"

zsa_firmware/.build/moonlander_mcoding.bin: mcoding qmk_setup
make -C zsa_firmware moonlander:mcoding
make -C zsa_firmware zsa/moonlander:mcoding

0 comments on commit 0530847

Please sign in to comment.