diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2016-08-20 15:05:58 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2016-08-30 17:21:05 +1000 |
| commit | de8950d63da5ce199a94e3f094a7e13da3eeca6c (patch) | |
| tree | a7d4c0459dcbaa0a8bd6ce380dece2585ae35a1a /utils/nwztools/scripts/Makefile | |
| parent | 71a369b37ad7c21940e3950662076e925372a5ca (diff) | |
| download | rockbox-de8950d63da5ce199a94e3f094a7e13da3eeca6c.zip rockbox-de8950d63da5ce199a94e3f094a7e13da3eeca6c.tar.gz rockbox-de8950d63da5ce199a94e3f094a7e13da3eeca6c.tar.bz2 rockbox-de8950d63da5ce199a94e3f094a7e13da3eeca6c.tar.xz | |
upgtools: add NWZ-E45x Series key and signature
Also fix a typo in the script makefile
Change-Id: Ie747d8b99ca0f6a98bbcaf1c82e66c7788f00e6e
Diffstat (limited to 'utils/nwztools/scripts/Makefile')
| -rw-r--r-- | utils/nwztools/scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/scripts/Makefile b/utils/nwztools/scripts/Makefile index ed6e725..590fe77 100644 --- a/utils/nwztools/scripts/Makefile +++ b/utils/nwztools/scripts/Makefile @@ -25,7 +25,7 @@ else endif clean: - rm -rf *.UPG + rm -rf *.upg list_targets: $(upgtool) -m ?; true # upgtool returns an error in this case, ignore it |