Project: enum cast fix. Makefile: blackmagic rule in global makefile (#819)

This commit is contained in:
あく
2021-11-15 22:55:25 +03:00
committed by GitHub
parent 2e46ec36a7
commit 1571d4ec54
7 changed files with 14 additions and 10 deletions

View File

@@ -26,6 +26,10 @@ flash: bootloader_flash firmware_flash
debug:
$(MAKE) -C firmware -j$(NPROCS) debug
.PHONY: blackmagic
blackmagic:
$(MAKE) -C firmware -j$(NPROCS) blackmagic
.PHONY: wipe
wipe:
$(PROJECT_ROOT)/scripts/flash.py wipe