parent
0774763b94
commit
9677426b82
@ -0,0 +1,17 @@
|
|||||||
|
KALEIDOSCOPE_BUILDER_DIR ?= $(BOARD_HARDWARE_PATH)/keyboardio/avr/libraries/Kaleidoscope/bin/
|
||||||
|
|
||||||
|
.DEFAULT_GOAL := compile
|
||||||
|
|
||||||
|
all:
|
||||||
|
@echo "Make all target doesn't do anything"
|
||||||
|
@: ## Do not remove this line, otherwise `make all` will trigger the `%` rule too.
|
||||||
|
|
||||||
|
decompile: disassemble
|
||||||
|
@: ## Do not remove this line, otherwise `make all` will trigger the `%` rule too.
|
||||||
|
|
||||||
|
xbuild: compile
|
||||||
|
@: ## Do not remove this line, otherwise `make all` will trigger the `%` rule too.
|
||||||
|
|
||||||
|
%:
|
||||||
|
@BOARD_HARDWARE_PATH="$(BOARD_HARDWARE_PATH)" $(KALEIDOSCOPE_BUILDER_DIR)/kaleidoscope-builder $@
|
||||||
|
|
Loading…
Reference in new issue