summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2014-04-06 17:49:10 +0000
committergkostka <kostka.grzegorz@gmail.com>2014-04-06 17:49:10 +0000
commitb6857dd18b0bb6f3f09b0468f193f6b50beab50d (patch)
tree784ce0af3df90878bd73e225223509acab701167 /Makefile
parent75f924dc237dcd9d677c4a4a5874057fb0dba665 (diff)
Minor changes in makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6a0ac1..a4e1476 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,11 @@ clean:
rm -R -f build_cortex-m3
rm -R -f build_cortex-m4
rm -R -f build_generic
+ rm -R -f ext_images
+
+unpack_images:
+ rm -R -f ext_images
+ 7z x ext_images.7z
include fs_test.mk