Minor Makefile fix

This commit is contained in:
Alex Taradov 2021-05-27 09:09:07 -07:00
parent 4b9ba1f883
commit c2255afd97

View File

@ -3,7 +3,7 @@ BUILD = build
BIN = free_dap_d11_vcp_bl_2k
##############################################################################
.PHONY: all directory clean size
.PHONY: all directory clean size dfu
CC = arm-none-eabi-gcc
OBJCOPY = arm-none-eabi-objcopy