From e742826d00dac4058b917af8d17153b92618a98e Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Sun, 12 May 2019 21:30:46 +0200 Subject: WiP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba043cd..2607982 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ update.bin.aes: aes.key update.bin openssl aes-128-cbc -md md5 -kfile aes.key -nosalt -e -out $@ -in update.bin clean: - rm -f *.rsa *.aes opt.squashfs sign.sha1 certificate.info update.bin update.sha1 fw.tar + rm -f *.rsa *.aes opt.squashfs sign.sha1 certificate.info update.bin update.sha1 fw.tar verify.key distclean: clean rm -f aes.key random-signkey.pem -- cgit v1.2.3