Make clean_img work even if no image found

This commit is contained in:
SolidHal 2018-09-10 21:47:38 +00:00 committed by GitHub
parent fa1e71b612
commit 9aa267bea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ clean_ath:
.PHONY: clean_img
clean_img:
rm PrawnOS-*-c201-libre-*GB.img
rm -f PrawnOS-*-c201-libre-*GB.img
.PHONY: clean_all
clean_all: