diff --git a/examples/stm32/f3/Makefile.include b/examples/stm32/f3/Makefile.include index 62df0a0..6bfeead 100644 --- a/examples/stm32/f3/Makefile.include +++ b/examples/stm32/f3/Makefile.include @@ -71,7 +71,7 @@ endif all: images images: $(BINARY).images -flash: $(BINARY).stlink-flash +flash: $(BINARY).flash %.images: %.bin %.hex %.srec %.list @#echo "*** $* images generated ***"