diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2014-04-06 17:49:10 +0000 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2014-04-06 17:49:10 +0000 |
| commit | b6857dd18b0bb6f3f09b0468f193f6b50beab50d (patch) | |
| tree | 784ce0af3df90878bd73e225223509acab701167 /Makefile | |
| parent | 75f924dc237dcd9d677c4a4a5874057fb0dba665 (diff) | |
Minor changes in makefiles.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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
|
