From f8218b2beb8b184e7b3585f1280695ecfef040f9 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 15 Jul 2019 17:34:49 +0200 Subject: [bug] allow to fail on cleanup --- icon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icon') diff --git a/icon/Makefile b/icon/Makefile index 445fee4..887e78b 100644 --- a/icon/Makefile +++ b/icon/Makefile @@ -21,5 +21,5 @@ go_array_name = "$(shell echo $(<) | sed -e 's/.*vpn_\(.*\)\.png/\u\1/' -e 's/_/ cat $< | 2goarray $(go_array_name) icon >> $@ clean: - rm *_unix.go - rm *_darwin.go + rm -f *_unix.go + rm -f *_darwin.go -- cgit v1.2.3