Browse Source

Remove unused unpack_images make target

pull/28/head
gkostka 8 years ago
parent
commit
19bcebbfaf
  1. 4
      Makefile

4
Makefile

@ -90,10 +90,6 @@ all: generic bf518 cortex-m3 cortex-m4 lib_only
clean:
rm -R -f build_*
rm -R -f ext_images
unpack_images:
rm -R -f ext_images
7z x ext_images.7z
include fs_test.mk

Loading…
Cancel
Save